fix: execute deploy script from mounted NAS volume
Deploy Dashboard (Dev) / deploy-dev (push) Failing after 2m56s
Run Tests / Backend Tests (push) Failing after 1m44s
Run Tests / Test Summary (push) Has been cancelled
Run Tests / Frontend Tests (push) Has started running

The deploy script runs with the NAS host's Docker context,
avoiding Docker-in-Docker network issues. The script is mounted
at /nas-dashboard/deploy-dev.sh in the workflow container.
This commit is contained in:
Gan, Jimmy
2026-04-04 02:26:07 +08:00
parent 8514d5ea4b
commit 391b7fcb54
+2 -2
View File
@@ -64,5 +64,5 @@ jobs:
- name: Deploy dev
run: |
export DOCKER_API_VERSION=1.43
# Just restart the container - it will use the new image
docker restart nas-dashboard-dev
# Execute deploy script from mounted volume
bash /nas-dashboard/deploy-dev.sh