fix first production issues
This commit is contained in:
@@ -80,7 +80,7 @@ jobs:
|
||||
- name: Build project
|
||||
run: npm run build
|
||||
env:
|
||||
VITE_API_ORIGIN: ${{ vars.VITE_API_ORIGIN || '' }}
|
||||
VITE_API_URL: ${{ vars.VITE_API_URL || '' }}
|
||||
|
||||
# ──────────────────────────────────────────────
|
||||
# DEPLOY (manual): to shared hosting via SSH
|
||||
@@ -117,7 +117,7 @@ jobs:
|
||||
- name: Build project
|
||||
run: npm run build
|
||||
env:
|
||||
VITE_API_ORIGIN: ${{ vars.VITE_API_ORIGIN || '' }}
|
||||
VITE_API_URL: ${{ vars.VITE_API_URL || '' }}
|
||||
|
||||
- name: Install SSH and rsync
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user