Skip to content

Fix: no timeout on completed #79

Fix: no timeout on completed

Fix: no timeout on completed #79

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