Skip to content

Merge branch 'main' of https://github.com/TritonSE/PIA-Program-Manager #41

Merge branch 'main' of https://github.com/TritonSE/PIA-Program-Manager

Merge branch 'main' of https://github.com/TritonSE/PIA-Program-Manager #41

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
firebaseProjectId: pia-dev-60cea
firebaseHostingChannelId: live
secrets: inherit