🎁 ship

Get your product live

You need to respond to your reviews and make changes to your code. Then you need to get your project live.

Deploying Another Site

First: log into Netlify

Remember

Remember that you sign in using GitHub.
  1. Netlify dashboard
    On your Netlify dashboard, click Sites in the top navigation

  2. Creating a new site from an existing project
    Click on the ‘Add new site’ button, then ‘Import an existing project’

  3. Choosing your site’s Git provider
    This might be familiar now! Click ‘GitHub’ as your Git provider

  4. Choosing the GitHub repo to create your site from
    A pop up will show briefly, but then you’ll see a list of your GitHub repos. Click on the relevant one

  5. Choosing a branch to create your site from
    Under ‘Branch to deploy’ choose the ‘main’ branch of your repo, which is usually called main.

    Note

    You do not need to change anything under “Basic build settings”, Netlify will do this for you

  6. Click the “Deploy site” button

Done!

It may take a few minutes before the deploy is complete. Try refreshing your browser.

The site is live
When a .netlify.app URL appears then the site is live!

Notes