From 6731fc35bfc311ff67ae00e0f35c1a93f3f6d874 Mon Sep 17 00:00:00 2001 From: claude_dev Date: Fri, 31 Jul 2026 15:16:32 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20nas-deploy=20rsync=20=E5=89=8Dcd..?= =?UTF-8?q?=E5=9B=9E=E6=A0=B9(build=E5=90=88=E5=B9=B6=E5=9C=A8cd=20fronten?= =?UTF-8?q?d=20step=E9=87=8C,rsync=20frontend/dist/=E9=9C=80=E5=9C=A8works?= =?UTF-8?q?pace=E6=A0=B9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci-cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci-cd.yml b/.gitea/workflows/ci-cd.yml index 626a6ef..4720be3 100644 --- a/.gitea/workflows/ci-cd.yml +++ b/.gitea/workflows/ci-cd.yml @@ -55,6 +55,7 @@ jobs: cd frontend npm ci npm run build + cd .. rsync -az --delete frontend/dist/ sanguo-nas:/volume1/homes/admin/.sanguo_projects/sanguo_vnpy_v2/frontend/dist/ - name: restart NAS 容器(加载新后端代码) + 等 web 就绪 run: |