From 1b9f495b4291598cf8a0223c3f7d86511c02d222 Mon Sep 17 00:00:00 2001 From: Sai Date: Mon, 9 Sep 2024 23:08:13 -0500 Subject: [PATCH] Add entryPoint param --- .github/workflows/firebase_deploy_preview.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/firebase_deploy_preview.yml b/.github/workflows/firebase_deploy_preview.yml index 665cd18951..d4a547139a 100644 --- a/.github/workflows/firebase_deploy_preview.yml +++ b/.github/workflows/firebase_deploy_preview.yml @@ -22,6 +22,8 @@ jobs: - name: Deploy to Firebase uses: FirebaseExtended/action-hosting-deploy@v0 with: + # location of google-service.json file relative to root + entryPoint : './Demo' firebaseServiceAccount: $HOME/secrets/braintree_demo_app.json expires: 30d projectId: braintree-demo-app \ No newline at end of file