pls work bb
This commit is contained in:
parent
8b4ea8b3c5
commit
0cf4d64795
10
.drone.yml
10
.drone.yml
@ -16,10 +16,12 @@ steps:
|
|||||||
image: node:18-alpine
|
image: node:18-alpine
|
||||||
commands:
|
commands:
|
||||||
- npm run build
|
- npm run build
|
||||||
- name: docker
|
- name: docker
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
username: from_secret: dockerhub_username
|
username:
|
||||||
password: from_secret: dockerhub_password
|
from_secret: dockerhub_username
|
||||||
|
password:
|
||||||
|
from_secret: dockerhub_password
|
||||||
repo: fascinated/beatsaber-overlay
|
repo: fascinated/beatsaber-overlay
|
||||||
tags: latest
|
tags: latest
|
||||||
|
Reference in New Issue
Block a user