Manually clicking “deploy” gets old fast. Today, prove that a simple push updates your live site on its own.
Video script (for recording): "One more piece of infrastructure, then you're done with setup for good — push a change, watch it go live without touching anything else."
Install Claude Code, ship your first live page
Turn a plain-English idea into a working page
Edit what it built — ask for changes without breaking things
Understand what got created: files, folders, why they matter
Connect to GitHub so your work is never lost
Get a site live: your first real deploy
Fix things when they break — read errors without panicking
Add a second page and link it up: your landing page
Automate updates: push once, redeploy every time
Ship the deliverable: portfolio + business landing page, live
Netlify (and most hosts like it) can watch your GitHub repository and redeploy automatically every time you push a change — no manual "Deploy" click. This is what makes shipping small updates painless instead of a chore you avoid.
In your Netlify site's dashboard, under Site settings → Build & deploy, confirm it's connected to your GitHub repo's main branch. If you imported via GitHub on Day 6, this is usually already on by default.
Check Netlify's "Deploys" tab — a new deploy should start within moments of the push, with no click from you. Refresh your live URL once it finishes.