fix: execute deploy script from mounted NAS volume
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:
@@ -64,5 +64,5 @@ jobs:
|
|||||||
- name: Deploy dev
|
- name: Deploy dev
|
||||||
run: |
|
run: |
|
||||||
export DOCKER_API_VERSION=1.43
|
export DOCKER_API_VERSION=1.43
|
||||||
# Just restart the container - it will use the new image
|
# Execute deploy script from mounted volume
|
||||||
docker restart nas-dashboard-dev
|
bash /nas-dashboard/deploy-dev.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user