mirror of
https://github.com/Powerful-517/yys-editor.git
synced 2026-03-05 06:55:26 +00:00
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:
2
.github/workflows/deploy_dev.yml
vendored
2
.github/workflows/deploy_dev.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user