devops-automation
Installation
SKILL.md
DevOps Automation Skill
CI/CD pipelines and developer automation.
CI/CD Platforms
| Platform | Best For | Strength |
|---|---|---|
| GitHub Actions | GitHub repos | Integration |
| GitLab CI | GitLab | Full platform |
| Jenkins | Custom | Flexibility |
| CircleCI | Speed | Performance |
GitHub Actions Template
name: CI
on: [push, pull_request]