I am seeking to set up a Release Pipeline in Azure DevOps Services that will deploy an application to a Unix server, where it then executes some unix commands as part of the deployment.
Would appreciate some guidance on which pipeline Task(s) I can set up to therefore achieve the following objectives:
- Connect to the Unix server.
- Execute the required Unix commands.
By the way, the Agents are currently installed on Windows hosts but we are looking to extend that to Unix servers in due course, so a solution that fits both setups would be ideal, even though the former is the priority.