gpt4 book ai didi

ruby-on-rails - 卡皮斯特 pull 诺 + Git : repository local to production server

转载 作者:IT王子 更新时间:2023-10-29 01:25:56 25 4
gpt4 key购买 nike

我正在尝试为我的应用执行“部署:冷”。 git repo 是本地的我的部署服务器(即我只有一台服务器用于所有内容,而且我不要在 github 上托管我的代码)。

这是成绩单(出于隐私考虑,将我的应用名称替换为“myapp”)

  * executing `deploy:cold'
* executing `deploy:update'
** transaction: start
* executing `deploy:update_code'
executing locally: "git ls-remote /home/mrichman/git/myapp.git master"
fatal: '/home/mrichman/git/myapp.git' does not appear to be a git repository
fatal: The remote end hung up unexpectedly
*** [deploy:update_code] rolling back
* executing "rm -rf /var/www/myapp.com/releases/20100218203108; true"
servers: ["myapp.com"]
Password:
[myapp.com] executing command
command finished
Command git ls-remote /home/mrichman/git/myapp.git master returned status code 32768

这是我的 deploy.rb:http://pastie.org/831424

我也试过

set :repository, "deploy@localhost:/home/mrichman/git/myapp.git"

但这给了我

ssh: connect to host localhost port 22: Connection refused

欢迎任何想法。

最佳答案

刚遇到同样的问题。关键是不要使用 deploy_via copy 而是设置 :local_repository

这应该设置为您用于从开发计算机/笔记本电脑访问存储库的 URL。

所以我的有

set :repository, "file:///srv/git/myapp.git"
set :local_repository, "nameOfHostFromSSHConfig:/srv/git/myapp.git"

似乎已经奏效了。请记住,然后还要删除 deploy_via 复制行。

关于ruby-on-rails - 卡皮斯特 pull 诺 + Git : repository local to production server,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2293212/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com