Skip to content

Commit

Permalink
Update deployment.mdx
Browse files Browse the repository at this point in the history
Link to Render's deployment guide
  • Loading branch information
davidmauskop committed Nov 28, 2020
1 parent d25a54f commit 432a607
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions website/docs/deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 432a607

Please sign in to comment.