Skip to content

Commit 051cd0e

Browse files
committed
fix: Update Azure redirect URI for frontend deployment
1 parent 749c68a commit 051cd0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/google-cloudrun-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
DOCKER_TAG="gcr.io/${{ env.PROJECT_ID }}/${{ env.FRONTEND_SERVICE }}:${{ github.sha }}"
8585
docker build --tag "${DOCKER_TAG}" --platform linux/amd64 \
8686
--build-arg VITE_API_BASE_URL=${{ steps.deploy-backend.outputs.url }} \
87-
--build-arg VITE_AZURE_REDIRECT_URI=https://querypal-frontend-zynyyoxona-ew.a.run.app \
87+
--build-arg VITE_AZURE_REDIRECT_URI=https://querypal.virtonomy.io \
8888
.
8989
docker push "${DOCKER_TAG}"
9090

0 commit comments

Comments
 (0)