When deploying to multiple app/web servers capistrano just hangs.
However, if I change the deploy script to deploy to just one server,
it will go through just fine.

$ cap deploy
  * executing `deploy'
  * executing `deploy:update'
 ** transaction: start
  * executing `deploy:update_code'
    executing locally: "git ls-remote g...@gitrepository... master"
  * executing "git clone -q g...@gitrepository... /to/my/path/
20090723225246 && cd /to/my/path/20090723225246 && git checkout -q -b
deploy ef53f71faa762878c22d0f6eb6b3fb4b3e3fe02d && (echo
ef53f71faa762878c22d0f6eb6b3fb4b3e3fe02d > /to/my/path/releases/
20090723225246/REVISION)"
    servers: ["address1.com", "address2.com"]

# this is where it just hangs indefinitely

Any ideas?

--~--~---------~--~----~------------~-------~--~----~
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.co.uk/group/capistrano?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to