From a93efe53d72fd72e1ae2f0821ff0e057cd9b2870 Mon Sep 17 00:00:00 2001 From: Guilherme Teixeira Ais Date: Sat, 15 Jun 2024 09:21:09 -0300 Subject: [PATCH] chore: Update Google Cloud Run environment variables for production deployment --- .github/workflows/google-cloudrun-docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/google-cloudrun-docker.yml b/.github/workflows/google-cloudrun-docker.yml index 42b1f7f..f1dfcf4 100644 --- a/.github/workflows/google-cloudrun-docker.yml +++ b/.github/workflows/google-cloudrun-docker.yml @@ -67,8 +67,8 @@ jobs: env_vars: |- APP_NAME=PiaLabs Ecommerce APP_EMAIL=guilhermeteixeiraais@gmail.com - ACCOUNT_CONFIRMATION_URL=http://localhost:3000/confirm - FINISH_SIGNUP_INVITE_URL=http://localhost:3000/finish-signup + ACCOUNT_CONFIRMATION_URL=https://ecommerceclientspialabs.azurewebsites.net/finish-signup + FINISH_SIGNUP_INVITE_URL=https://ecommerceclientspialabs.azurewebsites.net/finish-signup # If required, use the Cloud Run url output in later steps - name: Show Output