Simple blue-green deployments with Docker and Nginx

Last week I attended a talk about blue-green deployment with Jenkins and Docker, hosted by the AWS Barcelona Meetup. There a simple approach using HAProxy and two docker images was presented, where all the deployment process was managed by a Jenkins instance with a job triggered after a git push. AWS infrastructure was not used […]