knowyt/.woodpecker.yml
Settel 0376e89f19
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
bugfix: fix cd into working directory
2022-11-04 21:43:51 +01:00

12 lines
196 B
YAML

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