forked from github/github-services
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappharbor
More file actions
15 lines (9 loc) · 766 Bytes
/
appharbor
File metadata and controls
15 lines (9 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AppHarbor
=======
AppHarbor is a .NET Platform as a Service. Use this service to automatically trigger build, test run and deployment of your AppHarbor application when you push to GitHub.
Install Notes
-------------
1. Go to your application's main page on AppHarbor and find the "Create build URL". Example: https://appharbor.com/application/{application_slug}/build?authorization={token}
2. "Token" is the value of the "authorization" parameter.
3. "Application Slugs" is a list of unique application identifiers delimited by "," (i.e. "foo" or "foo,bar") that pushes should trigger builds on.
4. If your GitHub repository is private you need to add the "apphb" GitHub user as a collaborator. This enables AppHarbor to download the source code.