docs: suggest ZEIT Now for quick deployment of 2.0 (#1691)

* Suggest quick deployments for Docusaurus 2.0

* Sub heading

* Sub heading

* Sub heading

* Sub heading

* Update getting-started-publishing.md

* Update getting-started-publishing.md

* Update getting-started-publishing.md

* Update getting-started-publishing.md

* Update deployment.md

* Added to auto-deploy section

* Added to auto-deploy section

* Added to auto-deploy section

* Added to auto-deploy section

* Mention Git integration

* Update deployment.md

* Update deployment.md
This commit is contained in:
Leo Lamprecht 2019-07-22 22:55:00 +02:00 committed by Yangshun Tay
parent 96a970e5bf
commit f1a504e813
5 changed files with 47 additions and 13 deletions

View file

@ -30,7 +30,7 @@ At this point, you can grab all of the files inside the `website/build` director
* [Netlify](#hosting-on-netlify)
* [Render](#hosting-on-render)
## Using ZEIT Now
### Using ZEIT Now
Deploying your Docusaurus project to [ZEIT Now](https://zeit.co/now) will provide you with [various benefits](https://zeit.co/now) in the areas of performance and ease of use.
@ -42,7 +42,7 @@ Most importantly, however, deploying a Docusaurus project only takes a couple se
npm i -g now
```
2. Run a single command inside the directory if your project:
2. Run a single command inside the root directory of your project:
```bash
now
@ -239,6 +239,10 @@ script:
Now, whenever a new commit lands in `master`, Travis CI will run your suite of tests and, if everything passes, your website will be deployed via the `publish-gh-pages` script.
### Hosting on ZEIT Now
With [ZEIT Now](#using-zeit-now), you can deploy your site easily and connect it to [GitHub](https://zeit.co/github) or [GitLab](https://zeit.co/gitlab) to automatically receive a new deployment every time you push a commit.
### Hosting on Netlify
Steps to configure your Docusaurus-powered site on Netlify.