Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lydiasama opened this issue Jul 18, 2023 · 2 comments

Comments

@lydiasama
Copy link
Contributor

lydiasama commented Jul 18, 2023

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
Copy link
Member

luongvo commented Jul 18, 2023

@lydiasama which requires creating the keystore... 😄

@lydiasama
Copy link
Contributor Author

@luongvo Indeed!. 😵

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants