Deploy to Vercel
This guide will show you how to deploy to Vercel
Follow these steps to deploy the monorepo to Vercel.
- Create a new project on Vercel.
- Connect your GitHub account.
- Find the repository you want to deploy and click
import
. - Select
/
as the root directory. - Make sure
Include source files outside of the Root Directory in the Build Step.
is checked. - Override the build command with;
turbo run build
- Output 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?