knowyt/.woodpecker.yml
Settel c01c4cb356
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
feat: use node:16-alpine image
2022-11-04 21:40:40 +01:00

11 lines
204 B
YAML

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