I'm trying to set up Webistrano + Capistrano to deploy to multiple
servers:
When trying to deploy to each server separately, everything works
great. However when I select multiple hosts to deploy it just gets
stuck in the update_code stage (if I run 'restart' for example on
multiple hosts - it works just fine).
How can I try and debug this further? there is no error code and error
log is empty

  * executing `deploy:update_code'
    updating the cached checkout on all servers
  * executing "if [ -d /usr/local/shared/cached-copy ]; then cd /usr/
local/shared/cached-copy && git fetch -q origin && git reset -q --hard
ebfe2bc7525a09fcdc2dcb1d98db980a92f2ea84; else git clone -q --depth 1
ssh://[email protected]/var/repos/metacafe /usr/local/shared/cached-
copy && cd /usr/local/shared/cached-copy && git checkout -q -b deploy
ebfe2bc7525a09fcdc2dcb1d98db980a92f2ea84; fi"
    servers: ["web7.isonet", "web34.isonet"]

[[STUCK... no more output... ]]

production.log is empty

-- 
* 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

Reply via email to