Stefan, I suspect the problem is your :deploy_to setting. It needs to be an absolute path. Make sure it looks something like:
set :deploy_to, "/var/www/htdocs" Or wherever htdocs really happens to be on your server. - Jamis On 3/2/09 9:07 AM, Stefan Frede wrote: > Right now I'm not sure if I posted an answer or not. I'm sure I did, > but here once again: > > This is my whole deploy.rb, I hope this is what you meant: > http://pastie.org/404754 > > Regards, > Stefan > > On 2 Mrz., 16:03, Lee Hambley <[email protected]> wrote: >> Post your whole config, and don't remove anything - or you're removing the >> things that you probably got wrong, so we can't help you... try again please >> mate. >> - Lee >> >> 2009/3/2 Stefan Frede <[email protected]> >> >> >> >>> I just followed the getting started from the beginning. At the end I >>> only want to deploy, that's true :) >>> Here is my configuration: >>> http://pastie.org/404684 >>> Thanks. >>> Regards, >>> Stefan >>> On 2 Mrz., 15:31, Jonathan Weiss <[email protected]> wrote: >>>> On Mon, Mar 2, 2009 at 3:14 PM, Stefan Frede <[email protected]> wrote: >>>>> Hi! >>>>> Can please someone give me a hint how I can solve this problem with >>>>> cap deploy:update? >>>> What are you trying to archive with deploy:update? >>>> Usually you want deploy, deploy:migrations, or deploy:restart. >>>>> Problem is I get the following message which I do not understand: >>>>> ** [out] >>>>> ** [out] sh: htdocs/releases/20090302140817/REVISION: No such file or >>>> Seems like the REVISION file is missing, Capistrano creates it after >>>> each code update (deploy:update_code). >>>> Jonathan >>>> -- >>>> Jonathan Weisshttp://blog.innerewut.dehttp://twitter.com/jweiss > > --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
