fix(ci): nas-deploy rsync 前cd..回根(build合并在cd frontend step里,rsync frontend/dist/需在workspace根)
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user