fix: update VITE_API_BASE_URL fallback to an empty string in deployment workflow
This commit is contained in:
@@ -8,7 +8,7 @@ on:
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
VITE_API_BASE_URL: ${{ vars.VITE_API_BASE_URL || 'https://api.zeavisedu.asepharyana.tech' }}
|
||||
VITE_API_BASE_URL: ${{ vars.VITE_API_BASE_URL || '' }}
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user