example/config/deploy.rb in capistrano-bundle_rsync-0.3.2 vs example/config/deploy.rb in capistrano-bundle_rsync-0.3.3

- old
+ new

@@ -1,15 +1,12 @@ -# config valid only for Capistrano 3.2.1 -lock '3.2.1' - set :user, 'game' set :ssh_options, user: ENV['USER'], keys: [File.expand_path('~/.ssh/id_rsa')] # set :default_env, { path: "/opt/ruby/bin:$PATH" } set :linked_dirs, %w(log tmp/pids vendor/bundle) set :keep_releases, 5 set :rbenv_type, :user -set :rbenv_ruby, '2.1.2' +set :rbenv_ruby, '2.1.5' set :deploy_to, "#{ENV['HOME']}/sample" set :scm, :bundle_rsync set :bundle_rsync_max_parallels, ENV['PARA'] set :bundle_rsync_rsync_bwlimit, ENV['BWLIMIT'] # like 20000