use webhook body
Some checks failed
ci / test (push) Has been cancelled

This commit is contained in:
CJ_Clippy 2025-09-25 16:04:59 -08:00
parent b519256ba2
commit 8bbd613316

View File

@ -44,6 +44,9 @@ jobs:
- name: Clean up unused docker networks
run: docker network prune --force
- name: Deployment Webhook
- name: Trigger Dokploy Deployment
run: |
curl -X POST ${{ secrets.WEBHOOK_URL }}
curl -X POST \
-H "Content-Type: application/json" \
-d '{"event":"deployment"}' \
"${{ secrets.WEBHOOK_URL }}"