From 271b354724023f80a2d204fff7d4e982074c2ab4 Mon Sep 17 00:00:00 2001 From: Paul Schmiedmayer Date: Fri, 6 Sep 2024 12:31:10 -0700 Subject: [PATCH] Deployment --- .github/workflows/main.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9481ca82..dae4919a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,6 +24,7 @@ jobs: secrets: inherit dockerimage: name: Docker Build and Push + needs: [buildandtest] uses: StanfordBDHG/.github/.github/workflows/docker-build-and-push.yml@v2 with: imageName: stanfordbdhg/engagehfwebfrontend @@ -31,3 +32,11 @@ jobs: permissions: contents: read packages: write + deploy: + name: Deploy Firebase Project + uses: StanfordBDHG/.github/.github/workflows/firebase-deploy.yml@v2 + needs: [buildandtest] + permissions: + contents: read + secrets: + GOOGLE_APPLICATION_CREDENTIALS_BASE64: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS_BASE64 }}