📌 What is this website?
This is a static website. It contains only HTML, CSS, and JavaScript files.
There is no backend server, no EC2, and no database.
🌍 How is this site hosted?
- Source code is stored in GitHub
- Hosting is done using Cloudflare Pages
- Cloudflare serves files from its global CDN
- No server IP is exposed
⚙️ CI/CD – How deployment works
Deployment is automatic.
- Make a change in GitHub (or local machine)
- Commit the change
- Cloudflare automatically deploys it
No manual deployment steps are required.
🔁 Rollback – How to go back to old version
Cloudflare keeps history of all deployments.
- If something breaks, rollback can be done from Cloudflare Dashboard
- Rollback is instant and has no downtime
- GitHub code does NOT change automatically
After rollback, GitHub should be fixed manually.
🔐 Security
- No server to attack
- No SSH or open ports
- DDoS protection by Cloudflare
- WAF and Bot protection available
- Free SSL (HTTPS)
💰 Cost
Hosting cost is zero for static websites.
No EC2, no load balancer, no NAT gateway.