Skip to content

Commit 2e68af8

Browse files
authored
chore(docs): Update Deploying to Render guide (#28272)
The flow for creating static sites in the Render dashboard was recently simplified
1 parent c830bc2 commit 2e68af8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/docs/deploying-to-render.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,11 @@ This guide assumes you already have a Gatsby project to deploy. If you need a pr
2525

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

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

3131
| | |
3232
| --------------------- | ------------------------------------------ |
33-
| **Environment** | `Static Site` |
3433
| **Build Command** | `gatsby build` (or your own build command) |
3534
| **Publish Directory** | `public` (or your own output directory) |
3635

0 commit comments

Comments
 (0)