Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sidhdhi-p committed Sep 9, 2024
1 parent cdcfa7a commit 078606f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/function_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ jobs:
- uses: actions/checkout@v4
name: Checkout

- uses: subosito/flutter-action@v2.12.0
name: Set up Flutter SDK
with:
channel: 'stable'
cache: true

- uses: actions/setup-node@v2
name: Setup Node.js
with:
Expand Down Expand Up @@ -51,11 +45,9 @@ 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: Verify Credentials Path
run: echo $GOOGLE_APPLICATION_CREDENTIALS

- name: Deploy Firebase functions
run: |
cd khelo
Expand Down

0 comments on commit 078606f

Please sign in to comment.