【发布时间】:2011-06-13 09:58:54
【问题描述】:
在其他计算机上部署工作正常。部署在单个网络服务器上工作正常,但只是在多个服务器上会卡住。如果我外壳/部署相同的东西。
cap prd_es shell
~/code/------_git[master]% cap prd_es shell
* executing `prd_es'
triggering start callbacks for `shell'
* executing `multistage:ensure'
* executing `shell'
====================================================================
Welcome to the interactive Capistrano shell! This is an experimental
feature, and is liable to change in future releases. Type 'help' for
a summary of how to use the shell.
--------------------------------------------------------------------
cap> echo
[establishing connection(s) to web1.------.com, web2.------.com, web3.------.com, web4.------.com, web5.------.com, web6.------.com, web7.------.com, admin.------.com]
我正在使用
capistrano (2.5.2)
rails (2.1.2)
ruby (1.8.7)
我在 osx 10.6
/etc/hosts
***.***.***.*** admin
***.***.***.*** web1
***.***.***.*** web2
***.***.***.*** web3
***.***.***.*** web4
***.***.***.*** web5
***.***.***.*** web6
***.***.***.*** web7
【问题讨论】:
标签: ruby-on-rails ruby capistrano