-
Notifications
You must be signed in to change notification settings - Fork 9
Deployment Build
Vanessa Sochat edited this page Oct 14, 2017
·
2 revisions
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.
Need help? submit an issue and let us know!