Deploy to Vercel

This guide will show you how to deploy to Vercel

Follow these steps to deploy the monorepo to Vercel.

  1. Create a new project on Vercel.
  2. Connect your GitHub account.
  3. Find the repository you want to deploy and click import.
  4. Select / as the root directory.
  5. Make sure Include source files outside of the Root Directory in the Build Step. is checked.
  6. Override the build command with;
turbo run build
  1. Output directory
apps/web/.next
  1. Make sure to add the required environment variables.

See environment variables for more information.

Always generate new secrets when deploying to production.
  1. Click deploy and celebrate 🎉

Was this helpful?