From 18a9673c78d8a67856e33ac16578640c9d94dac0 Mon Sep 17 00:00:00 2001 From: GDcheerios <54640414+GDcheeriosYT@users.noreply.github.com> Date: Thu, 22 Aug 2024 00:23:44 -0500 Subject: [PATCH] Change domain string --- .github/workflows/google-cloudrun-source.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/google-cloudrun-source.yml b/.github/workflows/google-cloudrun-source.yml index bf9d5c5f..58280e11 100644 --- a/.github/workflows/google-cloudrun-source.yml +++ b/.github/workflows/google-cloudrun-source.yml @@ -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 @@ -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 @@ -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 }} \ No newline at end of file + run: echo ${{ steps.deploy.outputs.url }}