ci-cd-pipeline
Installation
SKILL.md
CI/CD Pipeline Builder
Continuous deployment pipelines, Docker containerisation, and deployment automation for Laravel projects. Built on top of Laravel Kickoff's existing GitHub Actions CI and /bin scripts.
Command Reference
| Command | Description |
|---|---|
/ci extend |
Extend Kickoff's CI with CD pipeline (staging + production deploy) |
/ci docker |
Generate Dockerfile, docker-compose.yml, and .dockerignore for Laravel |
/ci deploy |
Deployment configs for VPS via SSH or container registry |
/ci secrets |
Secret management guidance for GitHub Actions and deployment |