Receiving "random" failures during my deployment process. Using "run"
to export my application. Seems to work sporadically.
Cap: 2.5.19
Net::SSH: 2.0.23
Example:
failed: "sh -c 'svn export svn+ssh://svn.blah.com/project/app/tags/
2.7.2 /www/site.20101020211805'" on app2,app3,app4,app8,app10
Task/Command:
task :update_code, :hosts => servers do
run "svn export svn+ssh://svn.blah.com/project/app/tags/#{tag} /
www/#{app_dir}"
end
Any insight would be greatly appreciated
--
* You received this message because you are subscribed to the Google Groups
"Capistrano" group.
* To post to this group, send email to [email protected]
* To unsubscribe from this group, send email to
[email protected] For more options, visit this group at
http://groups.google.com/group/capistrano?hl=en