Skip to content

Commit

Permalink
Removed default env
Browse files Browse the repository at this point in the history
  • Loading branch information
accuser committed Jan 19, 2011
1 parent 7159aa5 commit bd1fc55
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@

default_run_options[:pty] = true

set :default_environment, {
'PATH' => "/usr/local/rvm/gems/ree-1.8.7-2010.02/bin:/usr/local/rvm/gems/ree-1.8.7-2010.02@global/bin:/usr/local/rvm/rubies/ree-1.8.7-2010.02/bin:/usr/local/bin:$PATH",
'RUBY_VERSION' => 'ree-1.8.7-2010.02',
'GEM_HOME' => '/usr/local/rvm/gems/ree-1.8.7-2010.02',
'GEM_PATH' => '/usr/local/rvm/gems/ree-1.8.7-2010.02:/usr/local/rvm/gems/ree-1.8.7-2010.02@global'
}
#set :default_environment, {
# 'PATH' => "/usr/local/rvm/gems/ree-1.8.7-2010.02/bin:/usr/local/rvm/gems/ree-1.8.7-2010.02@global/bin:/usr/local/rvm/rubies/ree-1.8.7-2010.02/bin:/usr/local/bin:$PATH",
# 'RUBY_VERSION' => 'ree-1.8.7-2010.02',
# 'GEM_HOME' => '/usr/local/rvm/gems/ree-1.8.7-2010.02',
# 'GEM_PATH' => '/usr/local/rvm/gems/ree-1.8.7-2010.02:/usr/local/rvm/gems/ree-1.8.7-2010.02@global'
#}

namespace :deploy do
after "deploy:setup", "deploy:setup_shared_paths"
Expand Down

0 comments on commit bd1fc55

Please sign in to comment.