nimblehq / android-templates

Our optimized Android templates used in our projects
https://nimblehq.co/
MIT License
91 stars 22 forks source link

Enhance CICD workflow for releasing production to Firebase App Distribution #491

Open lydiasama opened 1 year ago

lydiasama commented 1 year ago

Why

Currently, we build ProductionDebug on both Github action and Codemagic workflow (We don't have the step to deploy to Firebase on Bitrise script yet. Besides, we deploy release on the develop branch.

We can enhance the deployment workflow by the following:

  1. Update the CD to deploy from main branch.
  2. Update build script; from ProductionDebug to ProductionRelease, which requires creating the keystore and store on 1P to make the sample scripts more practical.
  3. From this discussion, update the Github action to deploy develop branch on staging, and main branch on production.

Who Benefits?

Android developers

luongvo commented 1 year ago

@lydiasama which requires creating the keystore... :smile:

lydiasama commented 1 year ago

@luongvo Indeed!. 😵