mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-10 04:04:09 +01:00
7 lines
150 B
Bash
7 lines
150 B
Bash
![]() |
#!/usr/bin/env bash
|
||
|
cd android
|
||
|
bundle install
|
||
|
bundle update fastlane
|
||
|
echo $PLAYSTORE_DEPLOY_KEY >> keys.json
|
||
|
bundle exec fastlane deploy_release
|
||
|
cd ..
|