Welcome to TUTCICD
This is a minimal PHP site used for a hands-on CI/CD demonstration.
What you'll learn
- How to keep a tiny PHP site in a Git repository.
- How to push changes to
devand have them deployed into the dev VM automatically via a webhook. - How to promote changes from
dev→uat→main.
Quick edits
Change colors, text or layout in css/tutcicd.css and edit the PHP pages in pages/. Commit only what you want tracked — put secrets and hook files in .gitignore.