Add '.woodpecker.yml'

This commit is contained in:
dragongoose 2023-07-10 20:31:04 +00:00
parent 3a2be046a6
commit c6d7beb7c7

7
.woodpecker.yml Normal file
View file

@ -0,0 +1,7 @@
pipeline:
build:
image: docker.io/node:18-alpine
commands:
- git clone --recurse-submodules -j8 https://codeberg.org/dragongoose/safetwitch
- npm i
- npm run build