Skip to content

ci: update firebase project id #68

ci: update firebase project id

ci: update firebase project id #68

name: Deploy Staging to Firebase Hosting on merge
'on':
push:
branches:
- main
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: borales/[email protected]
with:
cmd: install
- uses: borales/[email protected]
with:
cmd: export
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_GUG_WEB_2023 }}'
channelId: live
target: staging
projectId: gug-web-2023
env:
FIREBASE_CLI_PREVIEWS: hostingchannels