the purpose of the ssh
pipeline runner is to execute an entire pipeline (clone repository, execute commands, etc) on a remote machine using the ssh protocol. If you want to ssh into a remote machine and execute a few commands, as opposed to execute an entire pipeline, perhaps you instead want to use the ssh plugin with a docker
pipeline? http://plugins.drone.io/appleboy/drone-ssh/
1 Like