fix: github actions file

This commit is contained in:
2026-07-21 15:19:02 +07:00
parent c931442984
commit a1706fb40f
+4 -1
View File
@@ -25,7 +25,6 @@ jobs:
DOKPLOY_URL: ${{ vars.DOKPLOY_URL }}
DOKPLOY_COMPOSE_ID: ${{ vars.DOKPLOY_COMPOSE_ID }}
DOKPLOY_API_TOKEN: ${{ secrets.DOKPLOY_API_TOKEN }}
DOKPLOY_SNAPSHOT_FILE: ${{ runner.temp }}/dokploy-deployments-before.json
steps:
- name: Checkout deployment tooling
@@ -63,6 +62,8 @@ jobs:
NODE
- name: Capture deployment baseline
env:
DOKPLOY_SNAPSHOT_FILE: ${{ runner.temp }}/dokploy-deployments-before.json
run: node .github/scripts/dokploy-deployment-tracker.mjs snapshot
- name: Trigger Dokploy Compose deployment
@@ -76,6 +77,8 @@ jobs:
- name: Wait for Dokploy deployment
id: deployment
env:
DOKPLOY_SNAPSHOT_FILE: ${{ runner.temp }}/dokploy-deployments-before.json
run: node .github/scripts/dokploy-deployment-tracker.mjs wait
- name: Verify production health