website/.woodpecker.yml

11 lines
223 B
YAML
Raw Permalink Normal View History

2022-04-08 08:27:00 -04:00
pipeline:
build:
image: python
when:
event: [ push, pull_request, tag, deployment ]
2022-04-08 08:27:00 -04:00
commands:
- make env
- make
- make ci-deploy
2022-04-16 02:23:49 -04:00
secrets: [ pages_deploy_secret, hostea_write_deploy_key ]