chore: move TRIE.md; disable auto deployment
ci/woodpecker/push/docker Pipeline was successful Details

lsm
Jef Roosens 2023-07-28 21:13:23 +02:00
parent 0229db027d
commit 6a9603aa99
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
2 changed files with 9 additions and 8 deletions

View File

@ -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