knowyt/.woodpecker.yml
Settel ba9dd785ca
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
bugfix: reorder frontend/backend pipelines
2022-11-04 21:37:59 +01:00

11 lines
194 B
YAML

pipeline:
frontend:
image: node
commands:
- cd client && yarn install
- cd client && yarn generate
backend:
image: golang
commands:
- make -C server build