0

我正在为我的一个项目设置 capistrano。(这是带有 Git、Capistrano 和 Passenger 的 Rails 3 应用程序,
情况几乎相同,只是我的应用程序目录受 git 控制,所以我不得不

git 远程 rm 起源

git remote add origin ssh://h41319@h33.hvosting.ua/~/www/elmor.org.ua

如果我运行 cap deploy 我得到一个错误并且部署被回滚......错误如下

** 事务:开始
* 2013-02-13 18:43:36 执行 `deploy:update_code' 在本地执行:“git ls-remote ssh://h41319@h33.hvosting.ua/~/www/elmor.org。 ua\n master" sh: 2:
master: not found
* [deploy:update_code] 回滚

4

1 回答 1

0

在服务器上设置应用程序目录时出错,现在可以了:

设置 :applicationdir, "~/www/#{domain}"

于 2013-02-14T14:57:24.007 回答