fix(deploy-dev): use root base url for subdomain host

- set VITE_APP_BASE_URL=/ for yys-editor-dev.tradewind.vip
This commit is contained in:
2026-02-28 01:03:34 +08:00
parent 7993ac8828
commit f2be176b69

View File

@@ -21,7 +21,7 @@ jobs:
- name: Install dependencies and build web app
run: |
npm install
VITE_APP_BASE_URL=/yys-editor-dev/ npm run build:app
VITE_APP_BASE_URL=/ npm run build:app
- name: Deploy to temporary directory
uses: appleboy/scp-action@v0.1.6