CI/CD using GITLAB
CI/CD is a continuous method of software development, where you continuously build, test, deploy, and monitor iterative code changes. This iterative process helps reduce the chance that you develop new code based on buggy or failed previous versions. GitLab CI/CD can catch bugs early in the development cycle, and help ensure that the code deployed to production complies with your established code standards.
-
Create a
.gitlab-ci.yml
file at the root of the project solution folder -
Install
Gitlab Runner
- Download the setup file from the official Gitlab website. Download link
- The installation is pretty straight forward. Apply the default settings. Make sure the runner is downloaded to the location
C:\gitlab-runner\
-
Configure
Gitlab Runner
-
Open the project website in gitlab.
-
Assign a name, description (optional)
-
Setup the runner on the windows pc
-