-
Notifications
You must be signed in to change notification settings - Fork 111
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
App distribution #32
Comments
It is something like this mas @fajarnuha https://proandroiddev.com/devops-understanding-and-applying-ci-cd-pipeline-for-android-developers-part-2-ec5b063c01bc I already configured on my local machine and enable fastlane to distribute to Firebase, but I face some issue when want to apply into Github CI/CD :
|
Nice question @rizmaulana I think we should have another repository for tackling question number 1 and 2 Actually we can push commit to multiple repositories. Now the question is can we specified rule inside .gitignore specified for each repository? e.g. on public repo ignore api key and jks file and on private repo don't ignore it. Here's something to read about one project has multiple repositories |
usually CI/CD have some kind of mechanism to store secret value. doesnt fastlane/github action have it? having 2 repos will complicate things for this kind of project i think... for the sake of simplicity lets ignore analytics hit even on debug, we can filter by version number if we want to see release version only |
@fajarnuha you're right about having 2 repos will complicate things cannot find how to do it in the right way too, we can ignore that idea. This article below can be a good read to start implementing secrets with Github Action |
Good idea! Let use release and tag, with this we can list all features shipped on each version as documentation. |
Good ideas mas @pandubaraja @fajarnuha we can start for next release to implement this APi : https://indonesia-covid-19-api.now.sh/api |
nice finding @rizmaulana lets do it!! ill create the issue and lets discuss there |
see #38 |
its still disappointing our apps is suspended because of Google doesn't want any covid related app in playstore
lets figure out the best way the other can take benefit from this app
@rizmaulana said he has an idea to distribute in Firebase app distribution
lets discuss
The text was updated successfully, but these errors were encountered: