From 63ab7e23e09272013e60e008e4be54a1c4fd3dfa Mon Sep 17 00:00:00 2001 From: sidhdhi canopas Date: Mon, 9 Sep 2024 12:46:01 +0530 Subject: [PATCH] refactor --- .github/workflows/function_deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/function_deploy.yml b/.github/workflows/function_deploy.yml index e29ec523..e19db85e 100644 --- a/.github/workflows/function_deploy.yml +++ b/.github/workflows/function_deploy.yml @@ -45,12 +45,13 @@ jobs: run: | cd khelo echo $GOOGLE_APPLICATION_CREDENTIALS | base64 --decode > functions/google-application-credentials.json - export GOOGLE_APPLICATION_CREDENTIALS=$(pwd)/functions/google-application-credentials.json echo $FIREBASE_JSON_BASE64 | base64 --decode > firebase.json - name: Deploy Firebase functions run: | cd khelo + echo pwd + export GOOGLE_APPLICATION_CREDENTIALS=$(pwd)/functions/google-application-credentials.json firebase deploy --only functions --non-interactive --debug - name: Remove credentials file