Skip to content

Commit

Permalink
fix gem home
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamb committed Dec 10, 2012
1 parent e3a01c6 commit 9a987c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
set :deploy_to, "/var/rails/canvas"
set :use_sudo, false
set :deploy_env, "production"
set :bundle_dir, ""
set :bundle_dir, "/opt/ruby-enterprise-1.8.7-2012.02/lib/ruby/gems/1.8"
set :bundle_without, []

ssh_options[:forward_agent] = true
Expand Down Expand Up @@ -61,7 +61,7 @@

desc "Post-update commands"
task :update_remote do
# copy_config
copy_config
# deploy.migrate
# load_notifications
#restart_jobs
Expand Down

0 comments on commit 9a987c3

Please sign in to comment.