Skip to content

Commit

Permalink
並列にrsyncするように修正
Browse files Browse the repository at this point in the history
  • Loading branch information
mechamogera committed Feb 9, 2016
1 parent 3459dac commit 79ff491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capistrano/strategy/rsync.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

desc "Stage and rsync to the server (or its cache)."
task :rsync => %w[rsync:stage] do
roles(:all).each do |role|
on roles(:all) do |role|
user = role.user + "@" if !role.user.nil?

rsync = %w[rsync]
Expand Down

0 comments on commit 79ff491

Please sign in to comment.