Project

sushi

0.0
No commit activity in last 3 years
No release in over 3 years
Capistrano SSH recipe that starts a SSH connection to remote server.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

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