ci: testing deployment (#128)
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-playbook unknown status
ci/woodpecker/push/ansible-lint Pipeline failed

Reviewed-on: #128
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2024-07-09 17:49:26 +02:00 committed by Michael Grote
parent c2bc53c4db
commit f9b9aa51a6

View file

@ -13,6 +13,6 @@ steps:
# https://woodpecker-ci.org/docs/usage/secrets#use-secrets-in-commands
secrets: [vaultpass]
when:
- event: [push, pull_request_closed]
- event: [push]
branch: master
...