๐ CI/CD Pipeline Automation
๐ฅ Vibe Coding Prompt
"Create a GitHub Actions CI/CD workflow: triggered on push to main, Node.js 20, npm ci, lint, test, Docker build, push to ghcr.io, deploy to K8s."
๐ Course Outline
- CI/CD Concepts
- GitHub Actions Workflow
- Docker Build & Push
- Zero-downtime Deploy & Rollback
- Full Multi-stage Pipeline
Key Points
- Understand the core concepts thoroughly
- Practice with hands-on code examples
- Apply knowledge to real-world problems
- Review and reinforce through exercises
Further Learning
- Official documentation
- Open source projects on GitHub
- Community forums and discussions
- Related courses and tutorials