Skip to content

Commit

Permalink
move .rvmrc out of the way
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit Riessen committed Jan 7, 2011
1 parent 1c1c6b0 commit 28a9cd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions config/deploy.rb
Expand Up @@ -34,9 +34,8 @@ class << self

{ ### Before hooks
"symlink" => "setup_diff",
"set_passenger_version" => "setup_nginx_passenger_module",
"restart" => ["show_diffs", "update_superglue",
"set_passenger_version", "bundle_install"],
"bundle_install"],
}.each do |before_task, after_tasks|
[after_tasks].flatten.each do |after_task|
before "deploy:#{before_task}", "deploy:#{after_task}"
Expand All @@ -50,6 +49,7 @@ class << self

desc "install gems with bundle"
task :bundle_install do
run_with_rvm(rvm_ruby_version, current_path) { "gem install bundler" }
run_with_rvm(rvm_ruby_version, current_path) { "bundle install" }
end

Expand Down

0 comments on commit 28a9cd6

Please sign in to comment.