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 5a385e4 commit 7308edb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ workflows:


scripts:
- name: Decode variables
script: |
echo $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: |
Expand All @@ -37,6 +33,11 @@ workflows:
flutter clean
flutter pub get
- name: Decode variables
script: |
echo $GOOGLE_SERVICES_JSON | base64 --decode > android/app/google-services.json
echo $FIREBASE_OPTIONS | base64 --decode > lib/firebase_options.dart
- name: Flutter analyze
script: |
flutter analyze
Expand Down

0 comments on commit 7308edb

Please sign in to comment.