Skip to content

Revert "Revert "PROD Deploy 1/27 (#1688)" (#1689)" (#1690) #56

Revert "Revert "PROD Deploy 1/27 (#1688)" (#1689)" (#1690)

Revert "Revert "PROD Deploy 1/27 (#1688)" (#1689)" (#1690) #56

Workflow file for this run

name: Deploy the frontend and backend to the Firebase Production environment.
on:
push:
branches:
- prod
jobs:
build_and_deploy:
# Don't deploy forks, even if actions are enabled
if: github.repository_owner == 'codeforboston'
runs-on: ubuntu-latest
environment: prod
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Setup Build Environment
uses: ./.github/actions/setup-repo
- name: Build and Deploy to Firebase
uses: w9jds/[email protected]
with:
args: deploy --force --only firestore,functions,storage
env:
GCP_SA_KEY: ${{ secrets.GCP_SERVICE_ACCOUNT_KEY }}
PROJECT_ID: digital-testimony-prod