From 4ed5052e15d3aff7e286c24c3910fc19587732f2 Mon Sep 17 00:00:00 2001 From: Jaime <52668514+jsgalarraga@users.noreply.github.com> Date: Mon, 24 Jun 2024 18:36:25 +0200 Subject: [PATCH] chore: update deploy info for prod (#584) --- .firebaserc | 4 ++-- .github/workflows/deploy_api_prod.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.firebaserc b/.firebaserc index 8f99cf2b6..3fe1da341 100644 --- a/.firebaserc +++ b/.firebaserc @@ -1,6 +1,6 @@ { "projects": { - "default": "io-crossword-dev" + "default": "io-crossword" }, "targets": { "io-crossword-dev": { @@ -16,7 +16,7 @@ "io-crossword": { "hosting": { "app_prod": [ - "prod-9961b3776301c37db86d9038f" + "io-crossword" ] } } diff --git a/.github/workflows/deploy_api_prod.yaml b/.github/workflows/deploy_api_prod.yaml index 270e2c539..218d219bd 100644 --- a/.github/workflows/deploy_api_prod.yaml +++ b/.github/workflows/deploy_api_prod.yaml @@ -6,7 +6,7 @@ env: PROJECT_ID: io-crossword SERVICE: io-crossword-api REGION: us-central1 - GAME_URL: https://prod-9961b3776301c37db86d9038f.web.app + GAME_URL: https://crossword.withgoogle.com INITIALS_BLACKLIST_ID: CRORRJZBdf0rLLkHDr9j FB_STORAGE_BUCKET: io-crossword.appspot.com HINT_FUNCTION_URL: gethintkit-u3emptgwka-uc.a.run.app