Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.4 KB

File metadata and controls

24 lines (17 loc) · 1.4 KB

Deployment

Store and CI deployment for this starter are templates: workflows default to manual (workflow_dispatch) until you uncomment triggers and add secrets.

Where to look

Topic Location
GitHub Actions .github/workflows/deploy-android.yml, .github/workflows/deploy-ios.yml, .github/workflows/deploy-web.yml, .github/workflows/build.yml
Fastlane (local / lane reference) fastlane/README.md
Android credentials & Play upload Android deployment
iOS signing & App Store Connect iOS deployment
Release checklist Deployment summary

Quick path

  1. Fork/rename the app (Fork and customize).
  2. Configure signing, bundle IDs, and store API keys (see Android / iOS pages above).
  3. Open the workflow you need in GitHub Actions and use Run workflow (or enable push / tags triggers in the YAML when ready).

Related docs