Press "Enter" to skip to content

Posts tagged as “CICD”

HOW-TO Build CICD with Gitlab

Pre-Check I will guide you to build a CICD pipeline on your private Gitlab environment. We will deploy the index.html on node1 /var/www/html. In this…

HOW-TO use Github to setup your 1st CICD

Some background GitHub Actions is a continuous integration and continuous delivery (CI/CD) platform that allows you to automate your build, test, and deployment pipeline. You…