Deployments in Ctrlplane are the central organizing principle for managing and orchestrating the release of your software or infrastructure across various environments within a system. A deployment represents a complete, end-to-end process for delivering changes to your system, encompassing everything from the initial code commit to the final production release.
.ctrlplane.yaml
file in your Git
repository. This method allows for automatic deployment creation when new
repositories are added, with system assignment specified in the
configuration.
.ctrlplane.yaml
: