knowyt/.woodpecker.yml
Settel 6eb6031292
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
bugfix: repair .woodpecker.yml
2022-11-06 09:59:44 +01:00

13 lines
263 B
YAML

pipeline:
frontend:
image: node:16-alpine
commands:
- ( cd client && yarn install )
- ( cd client/ && yarn generate )
- mkdir -p client/.output/public/
backend:
image: golang:1.18-alpine
commands:
- apk add go-bindata