Skip to content

Commit

Permalink
print list
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sidhdhi-p committed Sep 30, 2024
1 parent 19e5f6b commit 2579540
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/function_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,12 @@ jobs:
echo $GOOGLE_APPLICATION_CREDENTIALS | base64 --decode > functions/google-application-credentials.json
echo $FIREBASE_JSON_BASE64 | base64 --decode > firebase.json
- name: Print Contents
run: |
cd khelo
cat functions/google-application-credentials.json
- name: Deploy Firebase functions
run: |
cd khelo/functions
echo google-application-credentials.json
cd khelo
export GOOGLE_APPLICATION_CREDENTIALS=$(pwd)/functions/google-application-credentials.json
cd functions
echo ls -a
firebase deploy --only functions --debug
- name: Remove credentials file
Expand Down

0 comments on commit 2579540

Please sign in to comment.