chore(ci): once again remove deploy hook
All checks were successful
ci/woodpecker/push/docker Pipeline was successful

This commit is contained in:
Jef Roosens 2023-11-16 11:30:56 +01:00
parent 92d6d83256
commit 59da997828
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB

View file

@ -15,12 +15,3 @@ pipeline:
- 'docker_password' - 'docker_password'
when: when:
event: push event: push
deploy:
image: 'curlimages/curl'
secrets:
- 'webhook_url'
commands:
- 'curl -XPOST -s --fail $WEBHOOK_URL'
when:
event: push