Skip to content

Commit

Permalink
Merge pull request moll#2 from mechamogera/parallel
Browse files Browse the repository at this point in the history
並列にrsyncするように修正
  • Loading branch information
paty authored and paty committed Feb 9, 2016
2 parents 3459dac + 79ff491 commit 8dc521c
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 8dc521c

Please sign in to comment.