ci: add iPhone deploy workflow + CI/CD setup docs #4

Merged
millianlmx merged 50 commits from ci/iphone-deploy-workflow into main 2026-06-27 22:49:53 +02:00
Showing only changes of commit 5c73d6bf29 - Show all commits

View File

@@ -89,7 +89,7 @@ jobs:
run: |
echo "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}" | base64 -d > /tmp/firebase-key.json
export GOOGLE_APPLICATION_CREDENTIALS=/tmp/f...on
firebase appdistribution:distribute tabatago-swift/build/TabataGo.ipa \
npx firebase appdistribution:distribute tabatago-swift/build/TabataGo.ipa \
--app "${FIREBASE_APP_ID}" \
--groups "millian-test" \
--release-notes "PR: ${{ github.event.pull_request.title }}"