mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 13:22:58 -05:00
Fix woodpecker
This commit is contained in:
parent
4a6b3c2f23
commit
5bc354aae5
1 changed files with 7 additions and 2 deletions
|
@ -5,11 +5,17 @@ steps:
|
||||||
- git clone --recurse-submodules -j8 https://codeberg.org/dragongoose/safetwitch
|
- git clone --recurse-submodules -j8 https://codeberg.org/dragongoose/safetwitch
|
||||||
- npm i
|
- npm i
|
||||||
- npm run lint
|
- npm run lint
|
||||||
|
when:
|
||||||
|
event: push
|
||||||
|
branch: master
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: docker.io/node:16
|
image: docker.io/node:16
|
||||||
commands:
|
commands:
|
||||||
- npm run build
|
- npm run build
|
||||||
|
when:
|
||||||
|
event: push
|
||||||
|
branch: master
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
@ -23,5 +29,4 @@ steps:
|
||||||
password:
|
password:
|
||||||
from_secret: cb_token
|
from_secret: cb_token
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
path: Dockerfile
|
|
Loading…
Reference in a new issue