CI/CD
CI/CD stands for Continuous Integration and Continuous Delivery and is used in the world of software engineering. The CI/CD process helps software engineers to push code changes more frequently and reliably by creating pipelines that handles version control, staging and production deployment, all in one step.
New CI/CD Tutorials
View all-
How to Disable GitLab's Automatic DevOps Pipelines
GitLab's automatic pipelines is an amazing feature that allows you to push your commits to your Git repository hosted on GitLab and then automatically have that code being deployed to production. However, in some instances you probably would like to control the deployment manually. Ma
0 -
How to use Gitlab's CI/CD Pipelines with Dokku to Push your Application to Production
GitLab is a DevOps lifecycle tool similar to that of GitHub. With GitLab we can host our git-repository and utilize its CI/CD pipeline features to push our development code to production for free. In this tutorial I will show you how you can use GitLab's CI/CD pipelines to push our de
0