deploy.rb revision 4f29684ba9552a112d0f33e376dfef4da75c668a
require 'bundler/capistrano'
# RVM
require 'rvm/capistrano'
set :rvm_ruby_string, '1.9.3@ontohub'
hostname = 'ontohub.org'
set :application, 'ontohub'
set :repository, "git@github.com:#{application}/#{application}.git"
set :user, 'do-roam'
set :use_sudo, false
set :deploy_via, :remote_cache
end