lib/generators/capistrano/nginx_puma/config_generator.rb in capistrano3-puma-5.2.0 vs lib/generators/capistrano/nginx_puma/config_generator.rb in capistrano3-puma-6.0.0.alpha.1

- old
+ new

@@ -7,10 +7,9 @@ argument :templates_path, :type => :string, :default => "config/deploy/templates", :banner => "path to templates" def copy_template - copy_file "../../../../capistrano/templates/puma.rb.erb", "#{templates_path}/puma.rb.erb" copy_file "../../../../capistrano/templates/nginx_conf.erb", "#{templates_path}/nginx_conf.erb" # copy_file "puma.rb.erb", "#{templates_path}/puma.rb.erb" # copy_file "puma_init.erb", "#{templates_path}/puma_init.erb" # copy_file "logrotate.erb", "#{templates_path}/logrotate.erb" end