0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2024-12-22 05:12:57 -05:00

Fix woodpecker

This commit is contained in:
dragongoose 2023-11-26 13:37:17 -05:00
parent 4a6b3c2f23
commit 5bc354aae5
No known key found for this signature in database
GPG key ID: 01397EEC371CDAA5

View file

@ -5,11 +5,17 @@ steps:
- git clone --recurse-submodules -j8 https://codeberg.org/dragongoose/safetwitch
- npm i
- npm run lint
when:
event: push
branch: master
build:
image: docker.io/node:16
commands:
- npm run build
when:
event: push
branch: master
publish:
image: woodpeckerci/plugin-docker-buildx
@ -23,5 +29,4 @@ steps:
password:
from_secret: cb_token
when:
event: tag
path: Dockerfile
event: tag