From 49d6444577fefbaff4ca0cee796439a8059d6f89 Mon Sep 17 00:00:00 2001 From: James Henry Date: Mon, 8 Nov 2021 19:12:54 +0000 Subject: [PATCH] chore(website): update deployment section of README (#4107) --- 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 8960fa2afa3..725d0d7faee 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.