Added deploy to CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Jef Roosens 2022-03-29 18:08:16 +02:00
parent 000a73391c
commit 857656de7c
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB

View file

@ -10,3 +10,10 @@ pipeline:
secrets:
- 'docker_username'
- 'docker_password'
deploy:
image: 'curlimages/curl'
secrets:
- 'webhook'
commands:
- curl -XPOST --fail -s "$WEBHOOK"