Skip to content

Commit

Permalink
Set up auto deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sneha-s committed Apr 2, 2024
1 parent dcb5e2e commit 6d88ef9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ workflows:
- name: Decode variables
script: |
cd khelo
echo $GOOGLE_SERVICES_JSON | base64 --decode > $CM_BUILD_DIR/khelo/android/app/google-services.json
echo $FIREBASE_OPTIONS | base64 --decode > $CM_BUILD_DIR/khelo/lib/firebase_options.dart
echo Decoded google-services.json!
ls $CM_BUILD_DIR/khelo/lib/firebase_options.dart
- name: Get Flutter Packages
script: |
Expand Down

0 comments on commit 6d88ef9

Please sign in to comment.