Custom Deployment Targets

A third-party service we use has a REST API that can be used to deploy applications to their cloud-hosted environment. Is it possible to build a custom deployment target around that REST API so that we can use Octopus to deploy the application? This is the only non-.NET application we use and would like to have a common deployment method. Thanks!

Hi,

Thanks for reaching out. Its not possible to build custom deployment targets like that, but you could create a Step Template that does your REST API deployment logic using Powershell, and then re-use it every time you want to deploy to that third-party service.

Best regards,
Dalmiro