diff options
| author | Florent Peyraud | 2017-10-12 15:40:07 +0200 |
|---|---|---|
| committer | Florent Peyraud | 2017-10-12 15:40:07 +0200 |
| commit | e4440e131668e6a09e453fccb9019e6d6f9d3581 (patch) | |
| tree | a45660e6f20415b7159a00dfd93f95cf775ed247 /config/deploy.rb | |
| parent | 1a404a984a79b5029dcb357a6c6c68c70ddf21b8 (diff) | |
| download | chouette-core-e4440e131668e6a09e453fccb9019e6d6f9d3581.tar.bz2 | |
remove capistrano-npm
Diffstat (limited to 'config/deploy.rb')
| -rw-r--r-- | config/deploy.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index 3ca2b4a4e..5fff31a4a 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -23,10 +23,10 @@ ssh_options[:forward_agent] = true require "bundler/capistrano" require 'whenever/capistrano' -require 'capistrano/npm' -set :npm_options, '--production --no-progress' +#require 'capistrano/npm' +#set :npm_options, '--production --no-progress' -after 'deploy:finalize_update', 'npm:install' +#after 'deploy:finalize_update', 'npm:install' # Whenever set :whenever_variables, ->{ "'environment=#{fetch :whenever_environment}&bundle_command=bin/bundle exec&additionnal_path=/var/lib/gems/2.2.0/bin'" } # invoke bin/bundle to use 'correct' ruby environment |
