Capistrano deploy.rb examples

Posted Over 10 years ago by konjoot.

All examples here for deploy RoR application with unicorn, staging machine (where we deploys) available via ssh by ssh_key...

Deploy rails apps with capistrano

Posted Over 10 years ago by konjoot.
robmclarty.com

Install capistrano: add to Gemfile group :development do gem 'capistrano' gem 'rvm-capistrano' end Then cd to project root folder...