-
Notifications
You must be signed in to change notification settings - Fork 0
Deployment Innerworkings
Manuel Gauto edited this page Dec 1, 2016
·
3 revisions
This document is meant to give a overview of some of the inner workings of the deployment process. This was meant more to my ideas straight as I wrote this.
-
A user requests a deployment with the API.
-
A Deployment struct is made and saved without a containerID and with the status "Deploying"
-
A docker container is created for the application.
-
An NginxConfig struct is made with IsHttps, Destination, and DeploymentID
-
The Deployment has its ContainerID set
-
The proxy is created
-
Deployment is updated in the database
-
NginxConfig is Saved