This commit is contained in:
parent
17372a5417
commit
b873ed7d43
10
.woodpecker.yml
Normal file
10
.woodpecker.yml
Normal file
@ -0,0 +1,10 @@
|
||||
pipeline:
|
||||
backend:
|
||||
image: golang
|
||||
commands:
|
||||
- make build-server
|
||||
frontend:
|
||||
image: node
|
||||
commands:
|
||||
- cd client && yarn install
|
||||
- cd client && yarn generate
|
Loading…
Reference in New Issue
Block a user