Azure pipeline — run shell script on the remote server

Azure pipeline — run shell script on the remote server

To run a shell script on a remote server in an Azure Pipeline, you can use the Azure Pipelines YAML or the Classic Editor with tasks like SSH to securely connect to your server and execute commands or scripts.

  • Ensure that your Azure Pipeline has…

Article Source
https://medium.com/@haroldfinch01/azure-pipeline-run-shell-script-on-the-remote-server-d9c9690bede6