Skip to content

Commit

Permalink
Update firebase-hosting-merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshj01 authored Aug 31, 2024
1 parent d19c38b commit db59665
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
# Install dependencies and build the project
- run: npm ci && npm run build

# Deploy to Firebase Hosting
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_PASTELOG_ID }}"
channelId: live
projectId: pastelog-id
env:
FIREBASE_CLI_PREVIEWS: hostingchannels
# # Deploy to Firebase Hosting
# - uses: FirebaseExtended/action-hosting-deploy@v0
# with:
# repoToken: "${{ secrets.GITHUB_TOKEN }}"
# firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_PASTELOG_ID }}"
# channelId: live
# projectId: pastelog-id
# env:
# FIREBASE_CLI_PREVIEWS: hostingchannels

0 comments on commit db59665

Please sign in to comment.