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

  1. Go to https://github.com/lonnell-spec/lw-brand-site
  2. Click "Add file" → "Upload files"
  3. Drag in the updated HTML file(s)
  4. GitHub will say the file(s) are being replaced — this is correct
  5. Type a commit message describing what changed (example: "Add Vantage section to homepage")
  6. Click "Commit changes"

Step 3: Verify

  1. Wait approximately 30 seconds
  2. Visit https://ldw.build and hard-refresh (Ctrl+Shift+R or Cmd+Shift+R)
  3. Confirm the changes are live
  4. If something looks wrong, check the Vercel dashboard for deployment status