fluffychat/scripts/release-playstore.sh

7 lines
150 B
Bash
Raw Normal View History

2020-11-22 11:04:47 +01:00
#!/usr/bin/env bash
cd android
bundle install
bundle update fastlane
echo $PLAYSTORE_DEPLOY_KEY >> keys.json
bundle exec fastlane deploy_release
cd ..