Category: GitHub
-
Part – IX: Push to ACR using GitHub Actions (Continuous Deployment)

Hey everyone, Welcome back! This blog forms the 9th part of our Microservices in Go series. We have built a CI pipeline & have also manually created a CD pipeline in our previous blogs. Now, we will automate our CD (Continuous Deployment) in this blog. Continuous Deployment As defined by Google, Continuous Deployment (CD) is a…
-
Microservices in Go Part – VII: CI using GitHub Actions
Hello everyone 👋, Welcome back to our blog series Microservices. Today, In this blog we shift our focus to CI from regular development. What does CI mean & how does it help us? Let’s get those questions answered. Continuous Integration As defined in Google, Continuous integration (CI) is the practice of automating the integration of code…