Blue-Green Deployment Made Simple
In this article, we will use bash, ssh, docker, and nginx to organize a seamless deployment of a web application. Blue-green deployment is a technique that allows instant updates to the application without rejecting any request. It is one of the zero downtime deployment strategies and is best suited for applications with a single instance, but with the capacity to load a second, fully prepared instance alongside it […]
