Skip to content

Notes_CI-CD_SCD_A2_Firebase_Deployment #13

Notes_CI-CD_SCD_A2_Firebase_Deployment

Notes_CI-CD_SCD_A2_Firebase_Deployment #13

# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools
name: Notes_CI-CD_SCD_A2_Firebase_Deployment
on:
workflow_run:
workflows: ["Notes_CI-CD_SCD_A2_Integration"]
types:
- completed
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci && npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_NOTES_SCD }}
channelId: live
projectId: notes-scd