Skip to content

Commit

Permalink
Switch firebase project in staging
Browse files Browse the repository at this point in the history
  • Loading branch information
testower committed Oct 1, 2024
1 parent 5133dbf commit 78d994b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .firebaserc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"projects": {
"dev": "ent-nirgali-dev",
"staging": "deviation-messages-staging",
"staging": "ent-nirgali-tst",
"prod": "deviation-messages-prod"
}
}
4 changes: 2 additions & 2 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ jobs:
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_DEVIATION_MESSAGES_STAGING }}'
projectId: deviation-messages-staging
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_ENT_NIRGALI_TST }}'
projectId: ent-nirgali-tst
channelId: live
deploy_prod:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 78d994b

Please sign in to comment.