Skip to content

Use a firebase cli token for deploy #16

Use a firebase cli token for deploy

Use a firebase cli token for deploy #16

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' || '' }}