Skip to content
/ deploy-render Public template

Next.js template to deploy to Render as a Node.js server.

Notifications You must be signed in to change notification settings

nextjs/deploy-render

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy Next.js to Render

This is a Next.js template which can be deployed to Render.

Deploying to Render

This template can be used to deploy your Next.js application as a Node.js server.

Deploy in one click

  1. Fork this repo.
  2. In your new repo, click the button below.
Deploy to Render

Note: The button uses the render.yaml file in this repo to deploy your app. For more information about render.yaml, see Render's guide.

Deploy manually

  1. Fork this repo.
  2. Create a new Web Service on Render.
  3. Give Render permission to access your new repo.
  4. Use the following values during Web Service creation.
  • Runtime: Node
  • Build Command: pnpm install; pnpm build
  • Start Command: pnpm start

Learn More

To learn more about deploying Next.js, take a look at the following resources:

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!