Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
30 lines (21 loc) · 1.04 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.04 KB

CI/CD Pipelines

🚀 Central repository for reusable and modular CI/CD pipelines across multiple platforms. This includes workflows for GitHub Actions, GitLab CI, Jenkins, and infrastructure automation tools like Terraform, Ansible, and Docker.


🔧 Purpose

This repository provides a centralised location for:

  • Reusable CI/CD pipeline templates
  • Infrastructure automation and provisioning
  • Secure and consistent DevSecOps practices
  • Version-controlled automation for internal and external projects

📁 Structure

├── github-actions/     # Workflows for GitHub Actions 
├── gitlab-ci/          # GitLab CI/CD templates 
├── jenkins/            # Jenkinsfiles and pipeline libraries 
├── ansible/            # Playbooks and automation scripts 
├── terraform/          # Terraform modules for IaC 
├── docker/             # Dockerfiles and container workflows 
├── k8s/                # Kubernetes
└── templates/          # Shared YAML/Jenkins templates or common steps

---