mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 16:29:47 +02:00
docs(v2): render deployment doc (#3813)
Link to Render's deployment guide
This commit is contained in:
parent
e864aa02aa
commit
821a39bf2e
1 changed files with 1 additions and 15 deletions
|
@ -346,21 +346,7 @@ After your project has been imported, all subsequent pushes to branches will gen
|
|||
|
||||
## Deploying to Render
|
||||
|
||||
Render offers [free static site hosting](https://render.com/docs/static-sites) with fully managed SSL, custom domains, a global CDN and continuous auto-deploy from your Git repo. Deploy your app in just a few minutes by following these steps.
|
||||
|
||||
1. Create a new **Web Service** on Render, and give Render permission to access your Docusaurus repo.
|
||||
|
||||
1. Select the branch to deploy. The default is `master`.
|
||||
|
||||
1. Enter the following values during creation.
|
||||
|
||||
| Field | Value |
|
||||
| --------------------- | ------------- |
|
||||
| **Environment** | `Static Site` |
|
||||
| **Build Command** | `yarn build` |
|
||||
| **Publish Directory** | `build` |
|
||||
|
||||
That's it! Your app will be live on your Render URL as soon as the build finishes.
|
||||
[Render](https://render.com) offers [free static site hosting](https://render.com/docs/static-sites) with fully managed SSL, custom domains, a global CDN and continuous auto-deploy from your Git repo. Get started in just a few minutes by following [Render's guide to deploying Docusaurus](https://render.com/docs/deploy-docusaurus).
|
||||
|
||||
## Deploying to Surge
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue