chore(ci): re-enable deploy
ci/woodpecker/push/docker Pipeline was successful Details

lsm
Jef Roosens 2023-08-03 21:44:56 +02:00
parent 6a9603aa99
commit 98a1f5f671
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 8 additions and 9 deletions

View File

@ -16,12 +16,11 @@ pipeline:
when:
event: push
# Deployment's currently bugged
# deploy:
# image: 'curlimages/curl'
# secrets:
# - 'webhook_url'
# commands:
# - 'curl -XPOST -s --fail $WEBHOOK_URL'
# when:
# event: push
deploy:
image: 'curlimages/curl'
secrets:
- 'webhook_url'
commands:
- 'curl -XPOST -s --fail $WEBHOOK_URL'
when:
event: push