ci: switch to compose.deploy to force fresh image pull
Build and Deploy Spring Boot Server / build (push) Successful in 1m12s

This commit is contained in:
2026-05-12 23:57:45 +02:00
parent 28df2a66ca
commit f7f2bf5768
+1 -1
View File
@@ -50,7 +50,7 @@ jobs:
# 8. Trigger Dokploy to redeploy the dev server automatically via API
- name: Trigger Dokploy Redeploy
run: |
curl -X POST "https://dokploy.zendric.de/api/compose.redeploy" \
curl -X POST "https://dokploy.zendric.de/api/compose.deploy" \
-H "Content-Type: application/json" \
-H "x-api-key: ${{ secrets.DOKPLOY_API_TOKEN }}" \
-d "{\"composeId\": \"${{ secrets.DOKPLOY_COMPOSE_ID }}\"}" \