Skip to content

Instantly share code, notes, and snippets.

View rorrego's full-sized avatar

Rodrigo Orrego R. rorrego

  • Metrik
  • Frutillar, Chile.
View GitHub Profile
set :ruby, "/usr/local/bin/ruby"
set :mongrel_rails, "/usr/local/bin/mongrel_rails"
set :dir_base, "/home/animalita"
set :application, "artenlinea"
set :repository, "git@github.com:michelson/#{application}.git"
#"metrik@pvm.multiexportfoods.com:/home/metrik/repos/#{application}.git"
set :domain, 'animalita.cl'
# If you aren't deploying to /u/apps/#{application} on the target # servers (which is the default), you can specify the actual location # via the :deploy_to variable:
set :deploy_to, "#{dir_base}/#{application}"
set :mongrel_conf, "#{current_path}/config/mongrel_cluster.yml"
default_run_options[:pty] = true
set :ruby, "/usr/local/bin/ruby"
set :mongrel_rails, "/usr/local/bin/mongrel_rails"
set :dir_base, "/home/animalita"
set :application, "artenlinea"
set :repository, "git@github.com:michelson/#{application}.git"
set :domain, 'animalita.cl'