This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set :ruby, "/usr/local/bin/ruby" | |
set :mongrel_rails, "/usr/local/bin/mongrel_rails" | |
set :dir_base, "/home/animalita" | |
set :application, "artenlinea" | |
set :repository, "[email protected]:michelson/#{application}.git" | |
#"[email protected]:/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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, "[email protected]:michelson/#{application}.git" | |
set :domain, 'animalita.cl' |