website/.woodpecker.yml

11 lines
223 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 ci-deploy
2022-04-16 06:23:49 +00:00
secrets: [ pages_deploy_secret, hostea_write_deploy_key ]