Skip to content

Commit 5ad4461

Browse files
authored
docs: update Render deployment guide (#6085) [skip ci]
The flow for creating static sites in the Render dashboard was recently simplified
1 parent acae8e7 commit 5ad4461

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/guide/deployment.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,10 @@ Checkout [workboxOptions](https://cli.vuejs.org/core-plugins/pwa.html#configurat
197197
198198
[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.
199199
200-
1. Create a new Web Service on Render, and give Render’s GitHub app permission to access your Vue repo.
200+
1. Create a new Static Site on Render, and give Render’s GitHub app permission to access your Vue repo.
201201
202202
2. Use the following values during creation:
203203
204-
- **Environment:** `Static Site`
205204
- **Build Command:** `npm run build` or `yarn build`
206205
- **Publish directory:** `dist`
207206

0 commit comments

Comments
 (0)