knowyt/.woodpecker.yml
Settel b873ed7d43
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
feat: add .woodpecker.yml
2022-11-04 21:36:24 +01:00

11 lines
191 B
YAML

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