forked from github/github-services
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodeship
More file actions
17 lines (12 loc) · 1.02 KB
/
Copy pathcodeship
File metadata and controls
17 lines (12 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Codeship offers continuous integration and deployment for Ruby, PHP, Python, Go and Java applications.
This service hook will inform Codeship every time you push to GitHub. On every push Codeship tests the current version of your application. If all tests succeed, Codeship deploys your application, otherwise it informs you about the failures.
Install Notes
-------------
Codeship will install this hook automatically on sign up. However, if creating the service didn't succeed or you accidentally deleted it, you can also install it manually.
1. Sign up at https://www.codeship.io/ (you can sign in with GitHub)
2. If the service wasn't set: Go to your project's settings and copy the project uuid.
3. Paste the project uuid into the text field above.
4. Make sure the "Active" checkbox is ticked, and click "Update Settings".
5. Click on the "Codeship" service name and then click the "Test Hook" link.
6. Now there's a running build on your Codeship dashboard.
Check out more details on Codeship at https://www.codeship.io/.