fix: remove --build, code is volume-mounted
Some checks failed
Deploy Bot on NAS / deploy (push) Failing after 10s
Some checks failed
Deploy Bot on NAS / deploy (push) Failing after 10s
This commit is contained in:
parent
14887625a2
commit
01ef1cadcf
1 changed files with 1 additions and 1 deletions
|
|
@ -47,4 +47,4 @@ jobs:
|
|||
run: |
|
||||
ssh -i /root/.ssh/id_deploy -o StrictHostKeyChecking=no \
|
||||
Elewyn@192.168.1.208 \
|
||||
"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"
|
||||
"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 -d"
|
||||
|
|
|
|||
Loading…
Reference in a new issue