mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2026-01-06 05:40:26 -06:00
update ota scripts
This commit is contained in:
@@ -6,6 +6,8 @@ cd ../..
|
||||
yarn createBundle:android
|
||||
cd android/App-Bundles
|
||||
git add .
|
||||
git config --global user.email "violet@cosmonautical.cloud"
|
||||
git config --global user.name "anultravioletaurora"
|
||||
git commit -m "OTA-Update - $(date +'%b %d %H:%M')"
|
||||
git push origin head
|
||||
cd ..
|
||||
|
||||
@@ -8,6 +8,8 @@ cd ../..
|
||||
yarn createBundle:ios
|
||||
cd ios/App-Bundles
|
||||
git add .
|
||||
git config --global user.email "violet@cosmonautical.cloud"
|
||||
git config --global user.name "anultravioletaurora"
|
||||
git commit -m "OTA-Update - $(date +'%b %d %H:%M')"
|
||||
git push origin head
|
||||
cd ..
|
||||
|
||||
Reference in New Issue
Block a user