DevOps overview
A Casewhere solution typically comprises multiple Casewhere products. While exporting a single Casewhere product and importing it into another environment is feasible, deploying an entire solution or a portion of it across different environments can be challenging.
Casewhere DevOps is designed to facilitate solution deployment by enabling your development team to organize deployments into a single package. This package can be handed off to an IT operations team without requiring detailed knowledge of its contents, enabling them to deploy it quickly through Casewhere Admin with minimal effort. This functionality helps you manage and track your solution releases efficiently. Read more here to learn about working with Casewhere DevOps.
Below is an example of a typical deployment pipeline. A single deployment package progresses through multiple environments before reaching production.
flowchart LR
DEV-->|Internal test|QA
QA-->|User acceptance test|PRE-PROD
PRE-PROD-->|Golive|PROD