deploy.rb revision 2fa45a4e6ed8bb496cdcc6ba5658f251497ee411
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, 'ontohub'
set :use_sudo, false
set :deploy_via, :remote_cache
end