chore: Implement playstore CD
This commit is contained in:
parent
edfbb16044
commit
a5c7e4baaf
21 changed files with 190 additions and 29 deletions
7
scripts/release-playstore.sh
Executable file
7
scripts/release-playstore.sh
Executable 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 ..
|
||||
Loading…
Add table
Add a link
Reference in a new issue