From 1b796a6081ed742201daee8d10eb17e15a58f23a Mon Sep 17 00:00:00 2001 From: davidmauskop <66637250+davidmauskop@users.noreply.github.com> Date: Tue, 24 Nov 2020 19:24:07 -0800 Subject: [PATCH] Update deployment.md The flow for creating static sites in the Render dashboard was recently simplified --- docs/guide/deployment.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/guide/deployment.md b/docs/guide/deployment.md index c39d8980ef..2279018064 100644 --- a/docs/guide/deployment.md +++ b/docs/guide/deployment.md @@ -197,11 +197,10 @@ Checkout [workboxOptions](https://cli.vuejs.org/core-plugins/pwa.html#configurat [Render](https://render.com) offers [free static site hosting](https://render.com/docs/static-sites) with fully managed SSL, a global CDN and continuous auto deploys from GitHub. -1. Create a new Web Service on Render, and give Render’s GitHub app permission to access your Vue repo. +1. Create a new Static Site on Render, and give Render’s GitHub app permission to access your Vue repo. 2. Use the following values during creation: - - **Environment:** `Static Site` - **Build Command:** `npm run build` or `yarn build` - **Publish directory:** `dist`