Category: Docker, github, automation

Although we all know about continuous integration and continuous deployment, I will clarify them shortly. Continuous integration is the process for building and testing new code when there are changes.

One of them is SERVICE_NAME for the image and the other one is SERVICE_VERSION for which version is wanted to deploy.

When we found it, we have to determine service mode in the cluster, it can be Global or Replicated.

If the number of running service instances is equal to the number which is found in the previous step, the service is deployed.

Related Articles