I am using Bitnamy Rubystack on Windows 7, I have developed a ROR app
I would like to deploy to a linux server that I have set up in a VM on
my network.

Everything works up to the point of cap deploy:check, when I do $ cap
deploy:update I get the following error.

    executing locally: "git ls-remote [email protected]:xxxx/dressy.git
master
"
*** executable 'git' not present or not in $PATH on the local system!
  * executing "git clone -q [email protected]:xxxx/dressy.git /var/www/
dressy/releases/20100915060820 && cd /var/www/dressy/releases/
20100915060820 && g
it checkout -q -b deploy 6be4211413d50eaee9ead03a9f2381ed70f5df32 &&
(echo 6be42
11413d50eaee9ead03a9f2381ed70f5df32 > /var/www/dressy/releases/
20100915060820
/REVISION)"
    servers: ["192.168.1.6"]
    [192.168.1.6] executing command
 ** [192.168.1.6 :: out] Permission denied (publickey).
 ** fatal: The remote end hung up unexpectedly
    command finished
*** [deploy:update_code] rolling back
  * executing "rm -rf /var/www/dressy/releases/20100915060820; true"
    servers: ["192.168.1.6"]
    [192.168.1.6] executing command
    command finished

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to