Skip to content

Use -- to correctly pass -P through to firebase deploy #7

Use -- to correctly pass -P through to firebase deploy

Use -- to correctly pass -P through to firebase deploy #7

Workflow file for this run

# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools
name: Deploy to Firebase Hosting on merge
on:
push:
branches:
- main
- production
permissions:
checks: write
contents: read
pull-requests: write
jobs:
build_and_test:
uses: ./.github/workflows/build-all.yml
with:
deploy-functions: ${{ (github.head_ref || github.ref_name) == 'production' && 'sps-by-the-numbers' || '' }}