mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 13:38:31 +00:00
fix: github actions file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user