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:
- Update the CD to deploy from
main branch.
- Update build script; from
ProductionDebug to ProductionRelease, which requires creating the keystore and store on 1P to make the sample scripts more practical.
- From this discussion, update the Github action to deploy
develop branch on staging, and main branch on production.
Who Benefits?
Android developers