sushi

Capistrano SSH recipe.

MIT License

Downloads
42.9K
Stars
14

= Sushi

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

== Installation

gem install sushi

== Configuration

Add the following line to config/deploy.rb:

require 'sushi/ssh'

== Usage

cap ssh

or in case when multistage support used:

cap staging ssh cap production ssh