From 18fb56014bdaa909499311a044bd2734c6655326 Mon Sep 17 00:00:00 2001 From: Tim Yates Date: Wed, 18 Sep 2024 16:20:00 +0100 Subject: [PATCH] Patch Vite URL --- .github/workflows/gradle-deploy-develop.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gradle-deploy-develop.yml b/.github/workflows/gradle-deploy-develop.yml index 5acaac3f5..c175bdf80 100644 --- a/.github/workflows/gradle-deploy-develop.yml +++ b/.github/workflows/gradle-deploy-develop.yml @@ -80,6 +80,8 @@ jobs: ./gradlew assemble cd server docker build --tag "gcr.io/$PROJECT_ID/$SERVICE_NAME:$GITHUB_SHA" . + env: + VITE_APP_API_URL: https://checkins-develop-tuvcfzotpq-uc.a.run.app - name: Push the Docker image to Google Container Registry run: docker push "gcr.io/$PROJECT_ID/$SERVICE_NAME:$GITHUB_SHA" - name: Deploy image to Cloud Run