CI/CD for Android - Project Setup
At this point, we are almost done with the setup. The only thing left is to add a trigger for running a GitHub Action and the action itself.
The standard way for a CI/CD setup is to run an action on each code integration (i.e., when we merge some cod...
jovmit.dev11 min read
djamal nail
Android Dev
Thanks for this great series. This part of this series is the most complex, I don't understand why we deploy to a ubuntu server, am confused.