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: |