From the course: Continuous Deployment Strategies by Pearson
Unlock this course with a free trial
Join today to access over 25,200 courses taught by industry experts.
Implementation
From the course: Continuous Deployment Strategies by Pearson
Implementation
Now that we have a plan and we understand what it's going to take to get from point A to point B and all points in between, let's get started implementing our decoupled deployment. So let's see how decoupled deployments actually plays out in the wild. So right here, I have a deployment that is in progress, and we're currently trying to deploy the backend artifact. And I've seen this succeed a few times, so I'm pretty sure it's going to do well. And then after that, it's going to do some checks. It'll go ahead and provision the front end, deploy the front end. This one's going to pass with flying colors. What it's doing right now, though, is it's deploying a feature that is unfinished, half-baked, it's not approved. It's deploying a feature to production that is actually not ready for production. But the beautiful thing about decoupled deployments is that this feature is not gonna be visible to just anybody. It's in fact, it's gonna be completely turned off to everybody else, unless…