Skip to content

Deployment Build

Vanessa Sochat edited this page Oct 14, 2017 · 2 revisions

What is a deployment build?

A deployment build works similarity to a commit (automatic) build and indeed is also automatic, however it checks if the webhook came via a deployment commit first. The build only happens given a deployment. This kind of build is best suited for those that want more control (e.g., continuous integration and testing) before serving their finished containers, and strongly encouraged.

Clone this wiki locally