Skip to main content

Deployment

Mobile App

  • Use eas build --platform <android|ios> to produce native builds.
  • Configure app.json with proper bundleIdentifier/package and Google service files.

Backend

  • Containerize backend-sync or deploy as Node app.
  • Set environment variables in your hosting provider.
  • Ensure the backend can reach Supabase and any external APIs.

CI/CD

  • The repo includes semantic-release configuration for automated releases. Set GH_TOKEN and other secrets in your CI.