chore(ci): re-enable deploy
ci/woodpecker/push/docker Pipeline was successful
Details
ci/woodpecker/push/docker Pipeline was successful
Details
parent
6a9603aa99
commit
98a1f5f671
|
@ -16,12 +16,11 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
|
|
||||||
# Deployment's currently bugged
|
deploy:
|
||||||
# deploy:
|
image: 'curlimages/curl'
|
||||||
# image: 'curlimages/curl'
|
secrets:
|
||||||
# secrets:
|
- 'webhook_url'
|
||||||
# - 'webhook_url'
|
commands:
|
||||||
# commands:
|
- 'curl -XPOST -s --fail $WEBHOOK_URL'
|
||||||
# - 'curl -XPOST -s --fail $WEBHOOK_URL'
|
when:
|
||||||
# when:
|
event: push
|
||||||
# event: push
|
|
||||||
|
|
Loading…
Reference in New Issue