Я пытаюсь выполнить «развернуть: холодно» для моего приложения. Git репо является локальным для
мой сервер развертывания (т.е. у меня есть только один сервер для всего, и я
не размещайте мой код на 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
Любые идеи приветствуются.