diff --git a/config/deploy.rb b/config/deploy.rb index f5d570665..c89869333 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -41,9 +41,9 @@ set(:config_files, %w( set :whenever_roles, -> { :app } namespace :deploy do - before :starting, 'rvm1:install:rvm' # install/update RVM - before :starting, 'rvm1:install:ruby' # install Ruby and create gemset - before :starting, 'install_bundler_gem' # install bundler gem + #before :starting, 'rvm1:install:rvm' # install/update RVM + #before :starting, 'rvm1:install:ruby' # install Ruby and create gemset + #before :starting, 'install_bundler_gem' # install bundler gem after :publishing, 'deploy:restart' after :published, 'delayed_job:restart'