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

This commit is contained in:
vorpax
2026-01-09 09:18:36 +01:00
parent 42bff6acee
commit c6896befa7
2 changed files with 5 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,3 @@
#!/usr/bin/bash
curl -X POST -d ${1} -H "Authorization: Bearer ${2}"