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.
How production deploys work
Section titled “How production deploys work”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
Managing production deploys
Section titled “Managing production deploys”You can manage your production deploys through the Netlify dashboard or using the Netlify CLI.
Did you find this doc useful?
Your feedback helps us improve our docs.