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.