ci: fix Dokploy webhook, token is in URL not Authorization header
Build and Deploy Spring Boot Server / build (push) Failing after 1m11s
Build and Deploy Spring Boot Server / build (push) Failing after 1m11s
This commit is contained in:
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user