Skip to content

Commit

Permalink
Merge pull request #652 from entur/switch-firebase-project-in-dev
Browse files Browse the repository at this point in the history
Switch firebase project in dev
  • Loading branch information
testower authored Sep 30, 2024
2 parents 5689940 + bbde090 commit 26ef801
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .firebaserc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"projects": {
"dev": "deviation-messages-dev",
"dev": "ent-nirgali-dev",
"staging": "deviation-messages-staging",
"prod": "deviation-messages-prod"
}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_DEVIATION_MESSAGES_DEV }}'
projectId: deviation-messages-dev
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_ENT_NIRGALI_DEV }}'
projectId: ent-nirgali-dev
channelId: live
deploy_staging:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ jobs:
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_DEVIATION_MESSAGES_DEV }}'
projectId: deviation-messages-dev
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_ENT_NIRGALI_DEV }}'
projectId: ent-nirgali-dev

0 comments on commit 26ef801

Please sign in to comment.