feat: add .woodpecker.yml
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Settel 2022-11-04 21:36:24 +01:00
parent 17372a5417
commit b873ed7d43

10
.woodpecker.yml Normal file
View File

@ -0,0 +1,10 @@
pipeline:
backend:
image: golang
commands:
- make build-server
frontend:
image: node
commands:
- cd client && yarn install
- cd client && yarn generate