hostea-website/.woodpecker.yml

11 lines
223 B
YAML

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