do not deploy on pull requests
ci/woodpecker/pr/woodpecker Pipeline was successful Details
ci/woodpecker/push/woodpecker Pipeline was successful Details

master
Loïc Dachary 2023-01-09 11:09:01 +01:00
parent 100db72bd0
commit 32bdee413f
Signed by: dachary
GPG Key ID: 992D23B392F9E4F2
1 changed files with 5 additions and 0 deletions

View File

@ -6,5 +6,10 @@ pipeline:
commands:
- make env
- make
deploy:
image: python
when:
event: [ push, tag, deployment ]
commands:
- make ci-deploy
secrets: [ pages_deploy_secret, hostea_write_deploy_key ]