Continuous deployment workflow example

Completed

Previously in this learning path, you learned about the challenges with common patterns when you’re deploying a new unmanaged solution with each sprint. Eventually, production will begin to fail because of hundreds of solutions in the pipeline.

Diagram of the common challenges where production begins to fail because of the high volume of solutions.

A modern approach to solution development will include layering and support deployments that are deterministic. The phrase deployments are deterministic means that, after an import order has been established, the impact on runtime behavior should be more clearly understood.

Diagram of a modern approach with layering and deterministic deployments.