Live

CI/CD Pipeline Demo

An interactive guide to Continuous Integration & Continuous Delivery.
This page auto-deploys from devprod.

The Pipeline — click each step

📝
Code
Write & commit
🚀
Push
git push
🔧
Build
Docker image
Test
Lint & verify
📦
Registry
Push image
🌍
Deploy
Go live

Pipeline Simulation

Click "Run Pipeline" to see a CI/CD pipeline in action...

📚 Key Concepts — click to expand

🎓 Quick Quiz

🛠 How This Project Works

  1. Develop features on the dev branch
  2. Push to dev → auto-deploys to dev.maia-soft.cloud
  3. Open a PR and merge devprod
  4. GitHub Actions builds a Docker image, pushes it, and deploys to maia-soft.cloud
  5. Caddy reverse proxy handles HTTPS & routing automatically

v2.1.0 — Modern Theme