deploys.terrytan.dev

Deploy Notebook

A lightweight change log for the VPS: what changed, how it was verified, and where rollback lives. This is intentionally boring.

Log

DateChangeVerificationRollback
2026-07-02Moved launchpad to /launchpad and created six project roots.nginx -t, curl, browser smoke checks.Restore index backup or remove vhost file.
2026-07-02Preserved Tesla public key endpoint.HTTP 200 under /.well-known.No change needed.

Deploy Checklist

  • Back up touched public files.
  • Run nginx -t.
  • Reload nginx after config changes.
  • Verify public route and key endpoints.

Rollback Command

cp /var/www/terrytan.dev/index.html.bak-20260702-0425 /var/www/terrytan.dev/index.html
systemctl reload nginx