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:
|
||||
event: push
|
||||
|
||||
deploy:
|
||||
image: 'curlimages/curl'
|
||||
secrets:
|
||||
- 'webhook_url'
|
||||
commands:
|
||||
- 'curl -XPOST -s --fail $WEBHOOK_URL'
|
||||
when:
|
||||
event: push
|
||||
# Deployment's currently bugged
|
||||
# deploy:
|
||||
# image: 'curlimages/curl'
|
||||
# secrets:
|
||||
# - 'webhook_url'
|
||||
# commands:
|
||||
# - 'curl -XPOST -s --fail $WEBHOOK_URL'
|
||||
# when:
|
||||
# event: push
|
||||
|
|
Loading…
Reference in New Issue