An automated deployment pipeline for this very portfolio — a single git push ships the site to production. A GitHub webhook triggers Jenkins, which gates on the commit message and deploys over SSH to AWS EC2. Built with a least-privilege Linux user and scoped sudo. Full write-up in the case study →
- 01 Push & webhook GitHub
- 02 Build & gate Jenkins
- 03 Deploy over SSH SSH
- 04 Serve Apache