website/.woodpecker.yml

10 lines
158 B
YAML
Raw Normal View History

2022-04-08 12:27:00 +00:00
pipeline:
build:
image: python
when:
event: [ push, pull_request, tag, deployment ]
2022-04-08 12:27:00 +00:00
commands:
- make env
- make
- make deploy