Chapter 6 Assignment
Ship to a test domain
The brief
Spin up a $5 VPS, point a subdomain at it, and run `grit deploy --domain api.<your-domain>`. Verify HTTPS works and `/api/health` is reachable from your phone.
You've completed this when
- Public URL serves /api/health over HTTPS
- The Let's Encrypt cert is valid (green padlock)
- You captured the response from a non-localhost client
Worked through every criterion?
Push your code to GitHub, paste the link in your notes.md, and move on.
Finish course