π± Mobile Deployment (Legacy: EAS Workflows)
Legacy
AttuneLogic Mobile no longer uses the EAS Workflows-based GitHub Actions orchestration described in older docs.
Current pipeline:
- GitHub Actions publishes OTA updates via
eas update(onbeta/alpha/main) - Native builds are triggered locally via
build/*+ pre-push hook (betaad hoc,alphaTestFlight,productionApp Store)
See: deployment/mobile-deployment-guide.
Why this page existsβ
This page is retained for historical context because the repo previously experimented with an EAS Workflows orchestration model.