#cicd-pipelines
Read more stories on Hashnode
Articles with this tag
As we've seen in this series of articles, setting the CI/CD for a project is not a small task, and it might take some time to complete it. But once...
As mentioned before in the previous lessons, it is a requirement from Google Play to perform the initial deployment of the app manually. We need to...
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...
Disclaimer: This course assumes you are using GitHub and walks you through setting up Actions for the repository on GitHub. If you happen to use a...
The standard way to deploy an Android application is to publish it on Google Play Store. There are alternative stores like Samsung and Huawei, but...