Skip to content

Commit

Permalink
docs: add deploy templates (#71742)
Browse files Browse the repository at this point in the history
This adds our community maintained templates from:
https://github.com/nextjs

---------

Co-authored-by: JJ Kasper <jj@jjsweb.site>
  • Loading branch information
leerob and ijjk authored Oct 29, 2024
1 parent aa35168 commit 89ee26c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .alexrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
"invalid",
"remains",
"special",
"white"
"white",
"deno",
"digitalocean",
"flightcontrol",
"fly.io",
"github",
"railway",
"sst"
]
}
12 changes: 12 additions & 0 deletions docs/02-app/01-building-your-application/10-deploying/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,18 @@ You can self-host Next.js in three different ways:

> **🎥 Watch:** Learn more about self-hosting Next.js → [YouTube (45 minutes)](https://www.youtube.com/watch?v=sIVL4JMqRfc).
We have community maintained deployment examples with the following providers:

- [Deno](https://github.com/nextjs/deploy-deno)
- [DigitalOcean](https://github.com/nextjs/deploy-digitalocean)
- [Flightcontrol](https://github.com/nextjs/deploy-flightcontrol)
- [Fly.io](https://github.com/nextjs/deploy-fly)
- [GitHub Pages](https://github.com/nextjs/deploy-github-pages)
- [Google Cloud Run](https://github.com/nextjs/deploy-google-cloud-run)
- [Railway](https://github.com/nextjs/deploy-railway)
- [Render](https://github.com/nextjs/deploy-render)
- [SST](https://github.com/nextjs/deploy-sst)

### Node.js Server

Next.js can be deployed to any hosting provider that supports Node.js. Ensure your `package.json` has the `"build"` and `"start"` scripts:
Expand Down

0 comments on commit 89ee26c

Please sign in to comment.