Phase: ShippingAction Day45 minutes

Day 23: Your First Deploy

Push to GitHub, Vercel automatically deploys. That's it. Every future push will automatically update your live site. This is called continuous deployment.

Today's Tasks

  1. 1Push your latest code to GitHub
  2. 2Import your project in Vercel
  3. 3Deploy
  4. 4Visit your live site!

Prompt to Use

Help me deploy my portfolio to Vercel:
1. Make sure my latest code is pushed to GitHub
2. Walk me through importing the project in Vercel
3. Deploy it
4. Show me my live URL

I want to understand each step.

Expected Outcome

Your portfolio is live on the internet!

Pro Tip

Every time you push to GitHub now, Vercel will automatically redeploy. It's magic.

Coming Tomorrow

We'll set up a custom domain (or understand how to).