# Repository
set :repo_url, "git://github.com/ontohub/ontohub.git"
set :branch, Settings.hostname
set :application, "ontohub"
set :bundle_without, "development deployment test"
set :rails_env, "production"
set :ssh_options, user: 'ontohub'