1
0
mirror of https://github.com/GitJournal/GitJournal.git synced 2025-07-25 03:31:44 +08:00

CircleCI: Automatically deploy to beta in the playStore

This commit is contained in:
Vishesh Handa
2019-02-12 14:04:22 +01:00
parent f27d9b4b23
commit bbc5f346d2

@ -11,3 +11,15 @@ jobs:
- run:
name: Analyze
command: flutter analyze
- run:
name: Decode Android key store
command: echo "$KEYSTORE" | base64 -di > android/app/keystore.jks
- run:
name: Create Google Play key
command: echo "$GOOGLE_PLAY_KEY" | base64 -di > android/google-play-key.json
- run:
name: Create Android Key file
command: echo "$ANDROID_KEY_FILE" | base64 -di > android/key.propertier
- run:
name: Publish Beta
command: cd android && fastlane betaBuild