diff options
| author | mo k <m@mokhan.ca> | 2011-09-17 19:51:02 -0600 |
|---|---|---|
| committer | mo k <m@mokhan.ca> | 2011-09-17 19:51:02 -0600 |
| commit | e436a683022c56f57e0a06ce6972d8d77821fd4d (patch) | |
| tree | c2cb9717f5f1c3231769c6420919d50feda3f748 /config/deploy.rb | |
| parent | 0f325264944a578a3b3e9fe21cd546dc1ec25966 (diff) | |
still trying to fix deployment.
Diffstat (limited to 'config/deploy.rb')
| -rw-r--r-- | config/deploy.rb | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index 60a58e50..a79aa21d 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -15,9 +15,16 @@ set :use_sudo, false $:.unshift(File.expand_path('./lib', ENV['rvm_path'])) require "rvm/capistrano" require 'bundler/capistrano' -set :rvm_ruby_string, '1.9.2@cakeside' +set :rvm_ruby_string, '1.9.2-p290@cakeside' # set :rvm_type, :user set :rvm_type, :system +# set :default_environment, { +# 'PATH' => "/usr/local/rvm/bin:/usr/local/rvm/gems/ruby-1.9.2-p290@cakeside/bin:/usr/local/rvm/rubies/ruby-1.9.2-p290/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games", +# 'RUBY_VERSION' => 'ruby-1.9.2-p290', +# 'GEM_HOME' => '/usr/local/rvm/gems/ruby-1.9.2-p290@cakeside', +# 'GEM_PATH' => '/usr/local/rvm/gems/ruby-1.9.2-p290@cakeside', +# 'BUNDLE_PATH' => '/usr/local/rvm/gems/ruby-1.9.2-p290@cakeside' # If you are using bundler. +# } ssh_options[:keys] = [File.join(ENV["HOME"], ".ssh", "amazon-cakeside", "cakeside.pem")] # if you're still using the script/reaper helper you will need |
