docs(v2): fix typo in deployment docs (#2472)

This commit is contained in:
GermaVinsmoke 2020-03-28 21:45:13 +05:30 committed by GitHub
parent bf3c7cc8f9
commit b8c888b1b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -153,7 +153,7 @@ Render offers [free static site hosting](https://render.com/docs/static-sites) w
That's it! Your app will be live on your Render URL as soon as the build finishes.
### Deplying to Travis CI
### Deploying to Travis CI
Continuous integration (CI) services are typically used to perform routine tasks whenever new commits are checked in to source control. These tasks can be any combination of running unit tests and integration tests, automating builds, publishing packages to NPM, and deploying changes to your website. All you need to do to automate deployment of your website is to invoke the `yarn deploy` script whenever your website is updated. The following section covers how to do just that using [Travis CI](https://travis-ci.com/), a popular continuous integration service provider.