Reusable CI/CD templates for multiple platforms.
- GitHub Actions: Build, test, deploy
- GitLab CI: Multi-stage pipelines
- Jenkins: Declarative pipelines
# .github/workflows/deploy.yml
uses: org/ci-cd-pipelines/.github/workflows/deploy.yml@main
with:
environment: production
registry: ghcr.ioMIT