Release 1.1.0 #16

Merged
Cedric merged 21 commits from dev into main 2026-07-05 00:03:47 +02:00
Showing only changes of commit f7f2bf5768 - Show all commits
+1 -1
View File
@@ -50,7 +50,7 @@ jobs:
# 8. Trigger Dokploy to redeploy the dev server automatically via API # 8. Trigger Dokploy to redeploy the dev server automatically via API
- name: Trigger Dokploy Redeploy - name: Trigger Dokploy Redeploy
run: | 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 "Content-Type: application/json" \
-H "x-api-key: ${{ secrets.DOKPLOY_API_TOKEN }}" \ -H "x-api-key: ${{ secrets.DOKPLOY_API_TOKEN }}" \
-d "{\"composeId\": \"${{ secrets.DOKPLOY_COMPOSE_ID }}\"}" \ -d "{\"composeId\": \"${{ secrets.DOKPLOY_COMPOSE_ID }}\"}" \