Merge pull request #338 from privacy-scaling-explorations/dev #151
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |