Skip to content

Change Area Code -> Zip Code (#119) #3

Change Area Code -> Zip Code (#119)

Change Area Code -> Zip Code (#119) #3

name: Deploy to Production
"on":
push:
tags:
- "v*"
jobs:
deploy_production:
name: Deploy to Production
uses: ./.github/workflows/build-and-deploy.yml
with:
environment: Production
firebaseProjectId: ushs-housing-portal
firebaseHostingChannelId: live
secrets: inherit