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