removed cached dir but still had a problem. So I ssh into the prod server created a temp directory and did a git clone from the master git repository. i asked me to accept a key. bam now that part works...
other issue is when Capistrano runs 'bundle install' I get -------------------------------------------------------------------------------------------------------- sudo : no tty present and no askpass program specified -------------------------------------------------------------------------------------------------------- and after searching most of the day I commented out the 'bundle install' part of the deploy.rb then went into the prod server 'current' directory and ran 'bundle install' and we're running. I tried adding -------------------------------------------------------------------------------------------------------- default_run_options[:pty] = true -------------------------------------------------------------------------------------------------------- via http://goo.gl/W2alG and http://weblog.jamisbuck.org/2007/10/14/capistrano-2-1 at the top of the deploy.rb file and it did ask me for my password but it did nothing for ten (10) minutes so I killed it. I figure that out some other day... Thank you for the help. John Ivanoff On Apr 19, 9:52 am, Christian Eager <[email protected]> wrote: > Does /home/joeuser/intranet/shared/cached-copy exist on the .195 box? If so, > there’s a cached copy that references the origin > [email protected]:git/intranet.git, > which is no longer valid. > > Delete that directory, and try redeploying. > > Christian -- * You received this message because you are subscribed to the Google Groups "Capistrano" 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/capistrano?hl=en
