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