出于某种原因,Capistrano 几乎在所有操作中都失败了,因为它似乎认为我current_path
应该在/u/apps/
. 我已经设置了(AFAIK)应该设置的所有变量,并消除了所有其他类似的默认路径,但是这个仍然存在。
以下是相关变量返回的值:
current_dir: current
releases_path: /var/www/vhosts/dev.www.example.com/html/releases
shared_path: /var/www/vhosts/dev.www.example.com/html/shared
current_path: /u/apps/www.example.com/current
我正在设置:deploy_to
,所以不应该current_path
以此为基础计算!?
set :deploy_to, "/var/www/vhosts/dev.www.example.com/"