| name | gitlab-ci-patterns |
| description | Build GitLab CI/CD pipelines with multi-stage workflows, caching, and distributed runners for scalable automation. |
| origin | firstsun-dev/skills |
GitLab CI Patterns
Comprehensive GitLab CI/CD pipeline patterns for automated testing, building, and deployment.
Pipeline Templates
Choose the appropriate reference based on your infrastructure:
- Docker Patterns: Building and pushing container images.
- Terraform Patterns: Automated IaC workflows.
- Security & Optimization: SAST, Dependency scanning, and caching.
Best Practices
- Specific Tags: Use
node:20, not latest.
- Manual Gates: Implement
when: manual for production applies.
- Artifacts: Use
artifacts for build outputs and coverage reports.