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
|
||||
- name: Trigger Dokploy Redeploy
|
||||
run: |
|
||||
curl -X POST "${{ secrets.DOKPLOY_WEBHOOK_URL }}" \
|
||||
-H "Authorization: Bearer ${{ secrets.DOKPLOY_TOKEN }}" \
|
||||
--fail
|
||||
curl -X POST "${{ secrets.DOKPLOY_WEBHOOK_URL }}" --fail
|
||||
|
||||
Reference in New Issue
Block a user