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