ci: fix Dokploy webhook, token is in URL not Authorization header
Build and Deploy Spring Boot Server / build (push) Failing after 1m11s

This commit is contained in:
2026-05-10 22:29:40 +02:00
parent ed5543ce61
commit 417eef7042
+1 -3
View File
@@ -50,6 +50,4 @@ jobs:
# 8. Trigger Dokploy to redeploy the dev server automatically # 8. Trigger Dokploy to redeploy the dev server automatically
- name: Trigger Dokploy Redeploy - name: Trigger Dokploy Redeploy
run: | run: |
curl -X POST "${{ secrets.DOKPLOY_WEBHOOK_URL }}" \ curl -X POST "${{ secrets.DOKPLOY_WEBHOOK_URL }}" --fail
-H "Authorization: Bearer ${{ secrets.DOKPLOY_TOKEN }}" \
--fail