You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
website/.woodpecker.yml

16 lines
314 B
YAML

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