Skip to content

Commit

Permalink
create a target, and configure it
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat committed Aug 29, 2024
1 parent 9d10090 commit 3a161f2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"projects": {
"default": "misc-hosting-2b440"
}
}
},
"targets": {
"misc-hosting-2b440": {
"hosting": {
"mgb-waveform-edit": [
"mgb-waveform-edit"
]
}
}
},
"etags": {},
"dataconnectEmulatorConfig": {}
}
1 change: 1 addition & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ jobs:
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_MISC_HOSTING_2B440 }}
channelId: live
projectId: misc-hosting-2b440
target: mgb-waveform-edit
1 change: 1 addition & 0 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ jobs:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_MISC_HOSTING_2B440 }}
projectId: misc-hosting-2b440
target: mgb-waveform-edit

0 comments on commit 3a161f2

Please sign in to comment.