Overview
Have you ever experienced your app can't be accessed whenever you release a new version of your app?. In this series, we'll explore how to deploy updates with zero downtime, starting with one of the most reliable strategies — Blue-Green Deployment.
When we deploy an application on Cloud provider like AWS, Azure or GCP, we usually do like this:
Shutting down the app
compiled new version code












