Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.2 KB

File metadata and controls

24 lines (17 loc) · 1.2 KB

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)