capistrano / sshkit

A toolkit for deploying code and assets to servers in a repeatable, testable, reliable way.
MIT License
1.13k stars 253 forks source link

Any way to set the ssh port in the DSL? #493

Closed bretweinraub closed 2 years ago

bretweinraub commented 2 years ago

I figured it out:


on(host, {port: xxx}) do

end