Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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