We need to think about how to implement a way to rollback in each step of our pipeline.
From Anders' presentation:
When we talk about pipelines we often describe them from left to right.
But one important aspect is to ensure the quick ability to rollback.
Now that we've looked at CI/CD in its enterity:
How can we rollback changes during every step of the process?
Requirements:
A clearly described procedure for how to roll back on each step of our pipeline:
[ ] At the integration stage
[ ] At the delivery stage
[ ] At the deployment stage
Suggestion for deployment stage: A workflow that can be triggered manually, which deploys the previous working image of the application.
We need to think about how to implement a way to rollback in each step of our pipeline.
From Anders' presentation:
When we talk about pipelines we often describe them from left to right.
But one important aspect is to ensure the quick ability to rollback.
Now that we've looked at CI/CD in its enterity:
How can we rollback changes during every step of the process?
Requirements:
A clearly described procedure for how to roll back on each step of our pipeline:
[ ] At the integration stage
[ ] At the delivery stage
[ ] At the deployment stage
Suggestion for deployment stage: A workflow that can be triggered manually, which deploys the previous working image of the application.