Skip to content

Commit 3064c72

Browse files
committed
chore: update Cloud Run URL in deploy script
1 parent 307bcc1 commit 3064c72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎deploy.ps1‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $DIST = Join-Path $FRONTEND "dist"
99

1010
Write-Host "Building frontend..." -ForegroundColor Cyan
1111
Set-Location $FRONTEND
12-
$env:VITE_API_URL = "https://model-forecast-omtebvnjea-uc.a.run.app"
12+
$env:VITE_API_URL = "https://model-forecast-693545589581.us-central1.run.app"
1313
npm run build
1414
Remove-Item env:\VITE_API_URL
1515

0 commit comments

Comments
 (0)