docs(v2): render deployment doc (#3813)

Link to Render's deployment guide
This commit is contained in:
davidmauskop 2020-11-30 05:46:27 -08:00 committed by GitHub
parent e864aa02aa
commit 821a39bf2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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