chore: move TRIE.md; disable auto deployment
ci/woodpecker/push/docker Pipeline was successful
Details
ci/woodpecker/push/docker Pipeline was successful
Details
parent
0229db027d
commit
6a9603aa99
|
@ -16,11 +16,12 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
|
|
||||||
deploy:
|
# Deployment's currently bugged
|
||||||
image: 'curlimages/curl'
|
# deploy:
|
||||||
secrets:
|
# image: 'curlimages/curl'
|
||||||
- 'webhook_url'
|
# secrets:
|
||||||
commands:
|
# - 'webhook_url'
|
||||||
- 'curl -XPOST -s --fail $WEBHOOK_URL'
|
# commands:
|
||||||
when:
|
# - 'curl -XPOST -s --fail $WEBHOOK_URL'
|
||||||
event: push
|
# when:
|
||||||
|
# event: push
|
||||||
|
|
Loading…
Reference in New Issue