knowyt/.woodpecker.yml

11 lines
194 B
YAML
Raw Normal View History

2022-11-04 20:36:24 +00:00
pipeline:
frontend:
image: node
commands:
- cd client && yarn install
- cd client && yarn generate
backend:
image: golang
commands:
- make -C server build