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 9815adb commit 20e4f88
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ workflows:
groups:
- khelo


scripts:
- name: Decode variables
script: |
eco $GOOGLE_SERVICES_JSON | base64 --decode > android/app/google-services.json
echo $FIREBASE_OPTIONS | base64 --decode > lib/firebase_options.dart
- name: Set up local.properties
script: |
echo "flutter.sdk=$HOME/programs/flutter" > "$CM_BUILD_DIR/android/local.properties
Expand Down

0 comments on commit 20e4f88

Please sign in to comment.