Skip to content

CI/CD workflow for a React Native app that automatically performs code migrations and deployment to Google Play Store

Notifications You must be signed in to change notification settings

dg1223/ci-cd-pipeline-play-store-deployment

Repository files navigation

Dev CI/CD  Staging CI/CD  Production CI/CD   

Deployment of a complete CI/CD pipeline for a React Native app using GitHub Actions.

Objective

Deploy app through the following Google Play Store release pipeline:

  1. Internal Testing
  2. Closed Testing (Alpha or Closed Beta)
  3. Open Testing (Beta or Open Beta)
  4. Production

Development environments

  1. Development (branch: develop)
  2. Staging (branch: staging)
  3. Production (branch: main)