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

Commit

Permalink
Added documentation for Codeship.
Browse files Browse the repository at this point in the history
  • Loading branch information
clemenshelm committed Dec 27, 2012
1 parent 5f789b4 commit 1efea87
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/codeship
Original file line number Diff line number Diff line change
@@ -0,0 +1,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/.

0 comments on commit 1efea87

Please sign in to comment.