The site deploys automatically. Push a file to GitHub, Vercel picks it up, and the site is live in about 30 seconds. No build step, no CLI, no terminal.
Pipeline
You edit HTML → Upload to GitHub → Vercel auto-deploys → ldw.build is updated (~30 sec)
How to Update the Site
Step 1: Get the updated file(s)
Usually Claude will generate updated HTML files during a conversation. Download them.
Step 2: Upload to GitHub
- Go to https://github.com/lonnell-spec/lw-brand-site
- Click "Add file" → "Upload files"
- Drag in the updated HTML file(s)
- GitHub will say the file(s) are being replaced — this is correct
- Type a commit message describing what changed (example: "Add Vantage section to homepage")
- Click "Commit changes"
Step 3: Verify
- Wait approximately 30 seconds
- Visit https://ldw.build and hard-refresh (Ctrl+Shift+R or Cmd+Shift+R)
- Confirm the changes are live
- If something looks wrong, check the Vercel dashboard for deployment status