We currently use Codeship for our CI and running our tests. Normally I would want the CI to run the tests, and if they pass and it’s on the correct branch, to then send a signal to the deploy system to actually build and deploy the code. It doesn’t look like that’s possible: we’d either have to ditch Codeship (maybe a good thing …), or manually trigger the deploy (definitely a bad thing).
Any possibility of getting a webhook or something to remotely trigger a build?