self host
test / test (push) Successful in 6s

This commit is contained in:
2026-09-17 18:28:47 -05:00
parent a19d08ba31
commit dd0eb135da
4 changed files with 60 additions and 1 deletions
+8
View File
@@ -42,3 +42,11 @@ jobs:
export PATH="$HOME/.local/bin:/root/.local/bin:$PATH"
chmod +x ./scripts/pipeline.sh ./scripts/db_storage.py
./scripts/pipeline.sh
- name: Trigger Coolify Deployment Webhook (Optional)
if: env.COOLIFY_WEBHOOK_URL != ''
env:
COOLIFY_WEBHOOK_URL: ${{ secrets.COOLIFY_WEBHOOK_URL }}
run: |
echo "==> Triggering Coolify deployment webhook..."
curl -fsSL -X POST "$COOLIFY_WEBHOOK_URL" || echo "Webhook trigger skipped or failed"