chore: Implement playstore CD

This commit is contained in:
Christian Pauly 2020-11-22 10:04:47 +00:00
commit a5c7e4baaf
21 changed files with 190 additions and 29 deletions

7
scripts/release-playstore.sh Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
cd android
bundle install
bundle update fastlane
echo $PLAYSTORE_DEPLOY_KEY >> keys.json
bundle exec fastlane deploy_release
cd ..