fix: update VITE_API_BASE_URL fallback to an empty string in deployment workflow

This commit is contained in:
Asep Haryana Saputra
2026-05-22 22:01:23 +00:00
parent 2a12c998a8
commit 193f83d9c5
+1 -1
View File
@@ -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