gitlab-ci
Installation
SKILL.md
GitLab CI/CD
Complete CI/CD automation with GitLab pipelines, stages, and runners.
Basic Pipeline Structure
stages:
- build
- test
- deploy
variables:
NODE_VERSION: "20"
Complete CI/CD automation with GitLab pipelines, stages, and runners.
stages:
- build
- test
- deploy
variables:
NODE_VERSION: "20"