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…
Posts tagged as “CICD”
Pre-Check I will guide you use Github self-hosted runner to build a CICD pipeline on your private environment. We will deploy the index.html on node1…
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…