Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

Commit

Permalink
Doc for VisualOps service
Browse files Browse the repository at this point in the history
Signed-off-by: Wang Xu <xu@mc2.io>
  • Loading branch information
Wang Xu committed May 26, 2014
1 parent 685a5ee commit f23ada6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/visualops
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Trigger a re-deploy of VisualOps apps when you push to GitHub. You can set a list of app_id with correspond branch.

Install Notes
-------------

1. You will need to register an account and launch an app in [VisualOps][visualops], and get a token that authorises GitHub to write to the VisualOps API.
2. Supply a list of apps you want to update when you push to GitHub, and the apps are separated by commas. You can specify the git branch for every app with a colon suffix (`app_id:branch`), and the default branch for an app is `master`. The following is an example of App List:

app-11223344, app-1a2b3c4d:develop, app-12345678:master

Then the app `app-11223344` and `app-12345678` will be update when you push to `master` branch, and `app-1a2b3c4d` will you push to `develop` branch. And the you can find your app_id in the property pannel of VisualOps IDE

[visualops]: http://www.visualops.io

0 comments on commit f23ada6

Please sign in to comment.