From 8dd7806b8f3fd273f325d0aeedcee2559770bce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CJamesHenry=E2=80=9D?= Date: Mon, 8 Nov 2021 17:25:05 +0000 Subject: [PATCH] chore(website): update deployment section of README --- packages/website/README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/packages/website/README.md b/packages/website/README.md index 8960fa2afa3b..725d0d7faee6 100644 --- a/packages/website/README.md +++ b/packages/website/README.md @@ -26,8 +26,4 @@ This command generates static content into the `build` directory and can be serv ## Deployment -```console -GIT_USER= USE_SSH=true yarn deploy -``` - -If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch. +The website is deployed automatically using Netlify. Each pull request into the master branch will have a unique preview deployment generated for it.