mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2026-05-26 19:42:12 +02:00
5 lines
67 B
Bash
Executable File
5 lines
67 B
Bash
Executable File
#!/bin/sh -ve
|
|
cd android
|
|
bundle exec fastlane deploy_release
|
|
cd ..
|