aboutsummaryrefslogtreecommitdiffstats
path: root/config/deploy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/deploy.rb')
-rw-r--r--config/deploy.rb6
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