You will need about one minute to read this article.
Integrating Cloud 66 with CodeShip is as simple as copying and pasting a URL!
Once you’ve deployed your stack with Cloud 66, you’ll see a Redeployment Hook URL on your Stack Information page. To trigger a new deployment via CodeShip, simply add a Script deployment to the project and add the following command:
curl -X POST -d "" https://hooks.cloud66.com/stacks/redeploy/xxxx/yyyy
If you a have docker based microservice architecture and you want to (re)deploy only one service on your cluster, add the following command:
curl -X POST -d "" https://hooks.cloud66.com/stacks/redeploy/xxxx/yyyy?services=web
For multiple services in one go:
curl -X POST -d "" https://hooks.cloud66.com/stacks/redeploy/xxxx/yyyy?services=web,app
Contact our support team or post on Stack Overflow using the tag #codeship
. Did you check the status page and changelog?
There are also several code examples and sample projects available for you to get started with.
Does this article need improvement? If so, please send feedback or submit a pull request!