Fixing wording

This commit is contained in:
Jonathan Carter
2016-05-20 10:50:19 -07:00
parent 0037147fbc
commit 01ba39edae

View File

@@ -898,7 +898,7 @@ Now you'll be able to see CodePush logs in either debug or release mode, on both
## Continuous Integration / Delivery
In addition to using the CodePush CLI to "manually" release updates, we want to help support a continuous delivery solution that allows you and your teams automatically release updates to the CodePush server whenever you push a change to your repo (or whenever your personal needs demands). To help simplify the process of adding a CodePuhs-based CD solition to your existing CI setup, refer to the following OSS products which provide integration with various CI servers:
In addition to being able to use the CodePush CLI to "manually" release updates, we believe that it's important to create a repeatable and sustainable solution for contiously delivering updates to your app. That way, it's simple enough for you and/or your team to create and maintain the rhythm of performing agile deployments. In order to assist with seting up a CodePush-based CD pipeline, refer to the following integrations with various CI servers:
* [Visual Studio Team Services](https://marketplace.visualstudio.com/items?itemName=ms-vsclient.code-push)
* [Travis CI](https://github.com/mondora/code-push-travis-cli)