Hi!
Can please someone give me a hint how I can solve this problem with
cap deploy:update?
Problem is I get the following message which I do not understand:
** [out]
** [out] sh: htdocs/releases/20090302140817/REVISION: No such file or
directory
command finished
*** [deploy:update_code] rolling back
* executing "rm -rf htdocs/releases/20090302140817; true"
servers: ["www-xen.kickz.com"]
I'm using git as version control and I found an article which said
that it has something to do with the ssh_options. Problem here is that
I need this option due to the fact that my git user on my production
server do not have password.
Here my settings for git.
set :repository, "path_to_repository"
set :scm, "git"
ssh_options[:forward_agent] = true
set :branch, "master"
Thanks in advance for any help.
Regards,
Stefan
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---