mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-07 19:40:19 -06:00
14 lines
356 B
Bash
14 lines
356 B
Bash
cd android
|
|
git clone https://github.com/Jellify-Music/App-Bundles.git
|
|
cd App-Bundles
|
|
git checkout android
|
|
cd ../..
|
|
yarn createBundle:android
|
|
cd android/App-Bundles
|
|
git add .
|
|
git commit -m "OTA-Update - $(date +'%b %d %H:%M')"
|
|
git push https://x-access-token:$SIGNING_REPO_PAT@github.com/Jellify-Music/App-Bundles.git android
|
|
cd ..
|
|
rm -rf App-Bundles
|
|
cd ..
|