fix: use full docker path for QNAP Container Station
Some checks failed
Deploy Bot on NAS / deploy (push) Failing after 17s
Some checks failed
Deploy Bot on NAS / deploy (push) Failing after 17s
This commit is contained in:
parent
f4dbfba223
commit
14887625a2
1 changed files with 1 additions and 1 deletions
|
|
@ -47,4 +47,4 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
ssh -i /root/.ssh/id_deploy -o StrictHostKeyChecking=no \
|
ssh -i /root/.ssh/id_deploy -o StrictHostKeyChecking=no \
|
||||||
Elewyn@192.168.1.208 \
|
Elewyn@192.168.1.208 \
|
||||||
"cd ${{ env.DEPLOY_PATH }} && docker compose down || true && docker compose up --build -d"
|
"cd ${{ env.DEPLOY_PATH }} && /share/CACHEDEV1_DATA/.qpkg/container-station/usr/bin/docker compose down || true && /share/CACHEDEV1_DATA/.qpkg/container-station/usr/bin/docker compose up --build -d"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue