Hi all,
Im trying to deploy my ROR app to Slicehost. Im using Git and when i
run cap deploy:cold, this is the trace I get. Hope someone can point
out whats causing it and how i can fix it.
* executing `deploy:cold'
* executing `deploy:update'
** transaction: start
* executing `deploy:update_code'
executing locally: "git ls-remote [email protected]:vinaysesh/
ahref.in.git HEAD"
* executing "git clone -q [email protected]:vinaysesh/ahref.in.git /
home/vinay/public_html/ahref.in/releases/20090211071140 && cd /home/
vinay/public_html/ahref.in/releases/20090211071140 && git checkout -q -
b deploy 6278c398a7d968835b81c1b41539432be7bd1b44 && (echo
6278c398a7d968835b81c1b41539432be7bd1b44 > /home/vinay/public_html/
ahref.in/releases/20090211071140/REVISION)"
servers: ["ahref.in"]
[ahref.in] executing command
** [ahref.in :: err] sh: git: not found
command finished
*** [deploy:update_code] rolling back
* executing "rm -rf /home/vinay/public_html/ahref.in/releases/
20090211071140; true"
servers: ["ahref.in"]
[ahref.in] executing command
command finished
failed: "sh -c \"git clone -q [email protected]:vinaysesh/ahref.in.git /
home/vinay/public_html/ahref.in/releases/20090211071140 && cd /home/
vinay/public_html/ahref.in/releases/20090211071140 && git checkout -q -
b deploy 6278c398a7d968835b81c1b41539432be7bd1b44 && (echo
6278c398a7d968835b81c1b41539432be7bd1b44 > /home/vinay/public_html/
ahref.in/releases/20090211071140/REVISION)\"" on ahref.in
It looks like the error is here ** [ahref.in :: err] sh: git: not
found.
But I cant make out what it means.
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---