deployment-engine/.woodpecker.yml

7 lines
96 B
YAML
Raw Normal View History

2023-03-09 07:51:34 -05:00
pipeline:
build:
image: node
commands:
2023-03-09 07:57:51 -05:00
- yarn
2023-03-09 08:00:58 -05:00
- yarn dev
secrets: [ ]