Skip to content

Commit

Permalink
cmp content
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sidhdhi-p committed Sep 30, 2024
1 parent 5baee4c commit 22b1c24
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/function_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,15 @@ jobs:
echo $GOOGLE_APPLICATION_CREDENTIALS | base64 --decode > functions/google-application-credentials.json
echo $FIREBASE_JSON_BASE64 | base64 --decode > firebase.json
- name: Deploy Firebase functions
- name: Print Contents
run: |
cd khelo
export GOOGLE_APPLICATION_CREDENTIALS=$(pwd)/functions/google-application-credentials.json
firebase deploy --only functions --non-interactive --debug
echo functions/google-application-credentials.json
- name: Deploy Firebase functions
run: |
cd khelo/functions
firebase deploy --only functions --debug
- name: Remove credentials file
if: success() || failure()
Expand Down

0 comments on commit 22b1c24

Please sign in to comment.