Skip to content

Commit

Permalink
chore: Update Google Cloud Run environment variables for production d…
Browse files Browse the repository at this point in the history
…eployment
  • Loading branch information
guilhermeais committed Jun 15, 2024
1 parent b4332e5 commit a93efe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/google-cloudrun-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a93efe5

Please sign in to comment.