Skip to content

Commit

Permalink
Change domain string
Browse files Browse the repository at this point in the history
  • Loading branch information
GDcheeriosYT authored Aug 22, 2024
1 parent c43ff1e commit 18a9673
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/google-cloudrun-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# NOTE: If required, update to the appropriate source folder
source: ./
env_vars: |-
DOMAIN="https://dev.gdcheerios.com"
DOMAIN=https://dev.gdcheerios.com
secrets: |-
DB_HOSTNAME=DEV_DB_HOSTNAME:latest
DB_PASSWORD=DEV_DB_PASSWORD:latest
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
# NOTE: If required, update to the appropriate source folder
source: ./
env_vars: |-
DOMAIN="https://gdcheerios.com"
DOMAIN=https://gdcheerios.com
secrets: |-
DB_HOSTNAME=PROD_DB_HOSTNAME:latest
DB_PASSWORD=PROD_DB_PASSWORD:latest
Expand All @@ -107,4 +107,4 @@ jobs:
# If required, use the Cloud Run url output in later steps
- name: Show Output
run: echo ${{ steps.deploy.outputs.url }}
run: echo ${{ steps.deploy.outputs.url }}

0 comments on commit 18a9673

Please sign in to comment.