Deploy Checklist
- Back up touched public files.
- Run nginx -t.
- Reload nginx after config changes.
- Verify public route and key endpoints.
A lightweight change log for the VPS: what changed, how it was verified, and where rollback lives. This is intentionally boring.
| Date | Change | Verification | Rollback |
|---|---|---|---|
| 2026-07-02 | Moved launchpad to /launchpad and created six project roots. | nginx -t, curl, browser smoke checks. | Restore index backup or remove vhost file. |
| 2026-07-02 | Preserved Tesla public key endpoint. | HTTP 200 under /.well-known. | No change needed. |
cp /var/www/terrytan.dev/index.html.bak-20260702-0425 /var/www/terrytan.dev/index.html systemctl reload nginx