From f8eedc562e0b517c699e3116336f917dfb1fc33d Mon Sep 17 00:00:00 2001 From: sidhdhi canopas Date: Mon, 30 Sep 2024 10:37:42 +0530 Subject: [PATCH] without export --- .github/workflows/function_deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/function_deploy.yml b/.github/workflows/function_deploy.yml index 78b159ed..e2fe484c 100644 --- a/.github/workflows/function_deploy.yml +++ b/.github/workflows/function_deploy.yml @@ -49,9 +49,7 @@ jobs: - name: Deploy Firebase functions run: | - cd khelo - export GOOGLE_APPLICATION_CREDENTIALS=$(pwd)/functions/google-application-credentials.json - cd functions + cd khelo/functions ls -a firebase deploy --only functions --debug