From 01ef1cadcf4ede7b04e3ba65e68488894f18a074 Mon Sep 17 00:00:00 2001 From: Elewyn Date: Thu, 30 Apr 2026 16:27:11 +0200 Subject: [PATCH] fix: remove --build, code is volume-mounted --- .forgejo/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 9cd3072..d52df6c 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -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"