From f7f2bf5768552b91451364887644d532a23e77c7 Mon Sep 17 00:00:00 2001 From: Cedric Hornberger Date: Tue, 12 May 2026 23:57:45 +0200 Subject: [PATCH] ci: switch to compose.deploy to force fresh image pull --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 151f3f5..f658ef1 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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 }}\"}" \