Here's an example of a succesful one server deployment:
 ** loading stage recipe 'finalize_update'
 ** loading stage recipe 'before_symlink'
 ** loading stage recipe 'prod_before_deploy'
 ** loading stage recipe 'symlink'
  * executing `deploy'
  * executing `deploy:update'
    triggering before callbacks for `deploy:update'
  * executing `prod_before_deploy'
 ** transaction: start
  * pushing latest code to vsync
  * done
 ** transaction: commit
 ** transaction: start
  * 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
8def518cd3709a102ccbb508b79ad3d000a91eb8; 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
8def518cd3709a102ccbb508b79ad3d000a91eb8; fi"
    servers: ["web7.isonet"]
    [web7.isonet] executing command
    command finished
    copying the cached version to /usr/local/releases/20091115182706
  * executing "rsync -rp --exclude=\"%w(.git)\" /usr/local/shared/
cached-copy/* /usr/local/releases/20091115182706 && (echo
8def518cd3709a102ccbb508b79ad3d000a91eb8 > /usr/local/releases/
20091115182706/REVISION)"
    servers: ["web7.isonet"]
    [web7.isonet] executing command
    command finished
  * executing `deploy:finalize_update'
  * executing `deploy:symlink'
    triggering before callbacks for `deploy:symlink'
 ** transaction: commit
  * executing `deploy:restart'

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