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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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