deploy – articles by tag

07/01/2020

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 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
05/08/2020

Compilation and deploy via SSH in Gitlab CI

Let's take a look to how GO compilation works and use Gitlab CI for that.
Read More → gitlab compilation deploy ssh modules vendor ci-cd