update ota scripts

This commit is contained in:
Violet Caulfield
2025-05-15 11:24:44 -05:00
parent a1cccb9df4
commit 58e43c9ab3
3 changed files with 4 additions and 6 deletions

View File

@@ -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 ..

View File

@@ -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 ..