
Gitlab CI/CD Notes
GitLab CI/CD is among others (like Github) one service to build, release and deploy software. By default a pipeline to do anything is described in .gitlab-ci.yml
in the root folder.
GitLab CI/CD is among others (like Github) one service to build, release and deploy software. By default a pipeline to do anything is described in .gitlab-ci.yml
in the root folder.