Articles by tag "Ci/Cd"

July 1, 2020

Deploy docker swarm from Gitlab CI

Deploy docker swarm from Gitlab CI

Docker container deployment has many advantages over binary deployment. Let’s dive into advantages and see how we can implement docker container deployment from Gitlab CI. Let’s talk about how standard docker can help us. Any docker orchestration tools (Kubernetes, for example) will be observed in future articles.

Read More → Docker Deploy Gitlab Ci/Cd
May 8, 2020

Compilation and deploy via SSH in Gitlab CI

Compilation and deploy via SSH in Gitlab CI

Let’s take a look at how Go compilation works and how to use GitLab CI for that.

Read More → Gitlab Compilation Deploy Ssh Modules Vendor Ci/Cd