update ota scripts

This commit is contained in:
Violet Caulfield
2025-05-15 11:42:30 -05:00
parent 35b0f6c054
commit 67fb799c5b
3 changed files with 6 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ yarn createBundle:ios
cd ios/App-Bundles
git add .
git commit -m "OTA-Update - $(date +'%b %d %H:%M')"
git push origin head
git push https://x-access-token:$SIGNING_REPO_PAT@github.com/Jellify-Music/App-Bundles.git iOS
cd ..
rm -rf App-Bundles
cd ..