How This Works
This project demonstrates a streamlined DevOps workflow without needing Docker running locally:
- GitLab CI/CD: Spins up a virtual runner to process code on every push.
- Docker Hub: Hosts the production-ready Nginx image generated by the runner.
- GCP Compute Engine: Pulls the image and serves it to the public web safely.