SSh deploy using Octopus

I need to deploy my package from Octopus to the Linux Machine
The ssh connectivity is established for the subscription, Now what command needs to be used to deploy the package to the sever

Hi,

Thanks for getting in touch! SSH targets in Octopus can be treated in the same way as Tentacle. You can configure a standard package step, and when you deploy, your package will be deployed to your SSH target.

The only exception is whether your Linux machine has Mono or not. If it doesn’t, then you can use our raw scripting feature. The reason here is Mono is a prerequisite for Calamari (which handles the extracting and processing on your deployment targets). Check out our documentation and blog for more information on raw scripting.


I hope this helps! Don’t hesitate to reach out if you have any further questions.

Best regards,

Kenny

Thanks Kenneth!!

This really helps

Hi,

That’s no problem! Glad it helps. :slight_smile:

Please don’t hesitate to reach out if you have any further questions.

Best regards,

Kenny