It’s common knowledge today that seamless monitoring and observability of all your production software stacks is key for successful service delivery. Along with a tight integration into your CI/CD pipeline, service and software monitoring offers a lot of insights on what is going wrong during your build, test and release workflows and how to quickly […]
Tag: continuous deployment
Automate your Android CI/CD Pipeline with GitHub Actions
When I came to play around with GitHub Actions CI/CD pipeline framework recently, I could not believe how simple and effective that functionality is! It does not really matter, if you just want to automatically check each of your Git commits by using lint or to fully build your artefacts, GitHub actions allows you to […]