BLOG: About IT, SysAd, Dev & Ops

Recent Posts

GitLab CI/CD. Create simple pipeline

2 minute read

With using CI/CD pipelines in GitLab project you can easily build, test and deploy your code. This post will describe how to make it step by step.

GitLab CI/CD. Install and configure Runner

2 minute read

GitLab uses Runners for a running scripts that defined in your CI pipeline. A Runner is a daemon that hosted in your servers. It waits commands from GitLab ...

GitLab CI/CD. Main concepts and terms

2 minute read

Before we will create the first pipeline with GitLab CI we should understand what pipeline is it. I want to explain main terms in this post.

GitLab CI/CD

less than 1 minute read

GitLab CI/CD takes many benefits for companies that want to automate software development workflow. I use it in my practice for a long time and want to docum...