From 56fe58f781550001d9f745781a3e47eeaada89d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20Erik=20St=C3=B8wer?= Date: Tue, 1 Oct 2024 12:20:50 +0200 Subject: [PATCH] Switch firebase project in prod --- .firebaserc | 2 +- .github/workflows/firebase-hosting-merge.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.firebaserc b/.firebaserc index d667738c0..ac1ea85fc 100644 --- a/.firebaserc +++ b/.firebaserc @@ -2,6 +2,6 @@ "projects": { "dev": "ent-nirgali-dev", "staging": "ent-nirgali-tst", - "prod": "deviation-messages-prod" + "prod": "ent-nirgali-prd" } } diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index e12ee1dcf..e588272ff 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -108,6 +108,6 @@ jobs: - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: '${{ secrets.GITHUB_TOKEN }}' - firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_DEVIATION_MESSAGES_PROD }}' - projectId: deviation-messages-prod + firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_ENT_NIRGALI_PRD }}' + projectId: ent-nirgali-prd channelId: live