Skip to content

Merge branch 'main' into staging #138

Merge branch 'main' into staging

Merge branch 'main' into staging #138

name: Deploy to Staging
on:
pull_request:
branches: staging
push:
branches: staging
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
deploy-staging:
uses: ./.github/workflows/firebase-deploy-staging.yaml
secrets: inherit
with:
environment: staging
branch: ${{ github.ref }}
firebase_project: ${{ vars.FIREBASE_PROJECT_STAGING }}