Skip to content

Commit

Permalink
Merge pull request #25 from ymaheshwari1/fix/firebase-config
Browse files Browse the repository at this point in the history
Implemented: configuration file to deply dev on merge and updated firebase config entries
  • Loading branch information
ravilodhi authored Nov 21, 2023
2 parents e535611 + 26dadaf commit dc79ddd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .firebaserc
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"hotwax-digital-commerce": {
"hosting": {
"dev": [
"dev-facilities"
"hotwax-facilities-dev"
],
"uat": [
"uat-facilities"
"hotwax-facilities-uat"
]
}
},
Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools

name: Deploy to Firebase Hosting on merge
'on':
push:
branches:
- main
jobs:
call-workflow-in-another-repo:
uses: hotwax/dxp-components/.github/workflows/common-firebase-hosting-merge.yml@main
with:
config-path: .github/labeler.yml
secrets:
envPAT: ${{ secrets.envPAT }}
HOTWAX_PUBLIC_SECRET: ${{ secrets.HOTWAX_PUBLIC_SECRET }}

0 comments on commit dc79ddd

Please sign in to comment.