website/.woodpecker.yml

10 lines
158 B
YAML

pipeline:
build:
image: python
when:
event: [ push, pull_request, tag, deployment ]
commands:
- make env
- make
- make deploy