Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 319 Bytes

File metadata and controls

22 lines (12 loc) · 319 Bytes

Capistrano SSH recipe that starts SSH connection to a remote server.

gem install sushi

Add the following line to config/deploy.rb:

require 'sushi/ssh'
cap ssh

# or in case when multistage support used:
cap staging ssh
cap production ssh