Deploy to Netlify
This guide will show you how to deploy to Netlify
Follow these steps to deploy the monorepo to Netlify.
- Create a new project on Netlify.
- Connect your GitHub account.
- Find the repository you want to deploy and click
import
. - Override the build command with;
build build:web
- Publish directory
apps/web/.next
- Make sure to add the required environment variables.
See environment variables for more information.
Always generate new secrets when deploying to production.
- Click deploy and celebrate 🎉
Was this helpful?