Skip to content

Production deploy

Production deploys are the live versions of your site that are served to your users. When you deploy to your production branch (typically called main or master but customizable), Netlify creates a production deploy.

Production deploys are automatically created when you push changes to your production branch. These deploys:

  • Are served at your primary domain
  • Replace the previous production version
  • Can be rolled back if needed
  • Trigger build hooks and notifications

You can manage your production deploys through the Netlify dashboard or using the Netlify CLI.