Skip ruby and bundler installations
Ruby and bundler should already be installed in the system Before we can bring back these commands we need to review them, right now they are raising an interesting exception
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user