From 087b39d74e9405d988fcda5d314b5179a0bb7158 Mon Sep 17 00:00:00 2001 From: davidmauskop <66637250+davidmauskop@users.noreply.github.com> Date: Tue, 24 Nov 2020 23:09:19 -0800 Subject: [PATCH] Update hosting-on-render.md (#1286) The flow for creating static sites in the Render dashboard was recently simplified --- content/en/hosting-and-deployment/hosting-on-render.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/en/hosting-and-deployment/hosting-on-render.md b/content/en/hosting-and-deployment/hosting-on-render.md index eb7947161..f23cb42ba 100644 --- a/content/en/hosting-and-deployment/hosting-on-render.md +++ b/content/en/hosting-and-deployment/hosting-on-render.md @@ -46,12 +46,11 @@ Static sites are **completely free** on Render and include the following: You can set up a Hugo site on Render in two quick steps: -1. Create a new **Web Service** on Render, and give Render permission to access your GitHub/Gitlab repo. +1. Create a new **Static Site** on Render, and give Render permission to access your GitHub/Gitlab repo. 2. Use the following values during creation: Field | Value ------------------- | ------------------- - **Environment** | `Static Site` **Build Command** | `hugo --gc --minify` (or your own build command) **Publish Directory** | `public` (or your own output directory)