Docs
πŸš€ Deployment

πŸš€ Deployment

How to deploy your app.

Build & Deploy for Production:

  • BUILD & SUBMIT iOS + ANDROID VERSION: (EAS)

    • cd apps/expo
    • eas build --auto-submit
  • DEPLOY WEB VERSION: (Vercel)

    • Connect GitHub repo with Vercel
    • Set root directory as β€œapps/next” in Vercel
    • Push code to the branch connected with Vercel

  • BUILD iOS VERSION: (Locally)

    • cd apps/expo
    • eas build --platform ios --local
  • DEPLOY iOS VERSION: (Locally)

    • Find the .ipa file in apps/expo generated via the local build command and upload to App Store Connect via the Transporter app.
  • BUILD ANDROID VERSION: (Locally)

    • cd apps/expo
    • eas build --platform android --local
  • DEPLOY ANDROID VERSION: (Locally)

    • Find the generated .apk file and go to Google Play Developer Console to upload a new build for production