ci: switch to compose.deploy to force fresh image pull
Build and Deploy Spring Boot Server / build (push) Successful in 1m12s
Build and Deploy Spring Boot Server / build (push) Successful in 1m12s
This commit is contained in:
@@ -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 }}\"}" \
|
||||
|
||||
Reference in New Issue
Block a user