Skip to content

Add Firebase Hosting Using CI (#28) #1

Add Firebase Hosting Using CI (#28)

Add Firebase Hosting Using CI (#28) #1

name: Deploy to Staging
on:
push:
branches:
- main
jobs:
deploy_staging:
name: Deploy to Staging
uses: ./.github/workflows/build-and-deploy.yml
with:
environment: Staging
firebaseHostingChannelId: live
secrets: inherit