mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-02 18:19:30 +01:00
8 lines
145 B
Bash
Executable File
8 lines
145 B
Bash
Executable File
#!/bin/sh -ve
|
|
cd android
|
|
bundle install
|
|
bundle update fastlane
|
|
echo $PLAYSTORE_DEPLOY_KEY >> keys.json
|
|
bundle exec fastlane deploy_release
|
|
cd ..
|