Manually blocking the bad release
Automatically blocking bad releases
Introducing the buggy version
Deployments also allow us to mitigate the risk of a bad release either by letting us manually rollback this release or by automatically preventing this release from happening.
Let’s test that out by creating a new version that simulates an issue. Here’s the updated code for our app:
Manually blocking the bad release