feat: add komodo webhook script and comment out trigger in build-deploy workflow
All checks were successful
Build and Push Quartz Wiki / build-and-push (push) Successful in 45s
All checks were successful
Build and Push Quartz Wiki / build-and-push (push) Successful in 45s
This commit is contained in:
@@ -49,6 +49,8 @@ jobs:
|
|||||||
- name: Image digest
|
- name: Image digest
|
||||||
run: echo "Image built and pushed successfully"
|
run: echo "Image built and pushed successfully"
|
||||||
|
|
||||||
|
#- name: Trigger Komodo Webhook
|
||||||
|
# run: ../scripts/komodo-webhook.sh
|
||||||
# Optional: Add deployment step
|
# Optional: Add deployment step
|
||||||
# Uncomment and configure this section if you want automatic deployment
|
# Uncomment and configure this section if you want automatic deployment
|
||||||
# deploy:
|
# deploy:
|
||||||
|
|||||||
3
scripts/komodo-webhook.sh
Normal file
3
scripts/komodo-webhook.sh
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/bash
|
||||||
|
|
||||||
|
curl -X POST -d ${1} -H "Authorization: Bearer ${2}"
|
||||||
Reference in New Issue
Block a user