Skip to content

Commit

Permalink
Firebase Hosting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
asiakay committed Sep 18, 2023
1 parent 206928c commit be5f5a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/firebase/firebase-tools

name: Deploy to Firebase Hosting on merge
'on':
"on":
push:
branches:
- main
Expand All @@ -14,7 +14,9 @@ jobs:
- run: npm ci && npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_DIABETESEASEPRO }}'
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_DIABETESEASEPRO }}"
channelId: live
projectId: diabeteseasepro
env:
FIREBASE_CLI_EXPERIMENTS: webframeworks
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ DiabeteEase Pro is a comprehensive mobile application designed to simplify diabe

- DiabeteEase Pro is at ideation stage and will be actively developed, with regular updates and improvements.

[![Deploy to Firebase Hosting on merge](https://github.com/asiakay/DiabetesEase-Pro/actions/workflows/firebase-hosting-merge.yml/badge.svg)](https://github.com/asiakay/DiabetesEase-Pro/actions/workflows/firebase-hosting-merge.yml)

## License

- This project is licensed under the [License Name]. See the [LICENSE](LICENSE) file for details.
Expand Down

0 comments on commit be5f5a6

Please sign in to comment.