Simple Deploy SSH
A gem to make it easier to ssh to instances managed with simple_deploy
Installation
Add this line to your application's Gemfile:
gem 'simple_deploy_ssh'
And then execute:
$ bundle
Or install it yourself as:
$ gem install simple_deploy_ssh
Usage
$ simple_deploy qa app
or
$ simple_deploy prod worker
Contributing
- Fork it ( http://github.com//simple_deploy_ssh/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request