Skip to content

Commit

Permalink
chore(docs): Update Deploying to Render guide (#28272)
Browse files Browse the repository at this point in the history
The flow for creating static sites in the Render dashboard was recently simplified
  • Loading branch information
davidmauskop committed Nov 27, 2020
1 parent c830bc2 commit 2e68af8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/docs/deploying-to-render.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ This guide assumes you already have a Gatsby project to deploy. If you need a pr

You can set up a Gatsby site on Render in two quick steps:

1. Create a new **Web Service** on Render, and give Render permission to access your GitHub repo.
1. Create a new **Static Site** on Render, and give Render permission to access your GitHub repo.
2. Use the following values during creation:

| | |
| --------------------- | ------------------------------------------ |
| **Environment** | `Static Site` |
| **Build Command** | `gatsby build` (or your own build command) |
| **Publish Directory** | `public` (or your own output directory) |

Expand Down

0 comments on commit 2e68af8

Please sign in to comment.