Use the git read-only url (git://github.com/user_name/app_name.git) instead of g...@xxxxxxxxxx:username/app_name.git Maybe you found this out already.
Cheers, Krikis On Sep 30, 12:42 am, badnaam <[email protected]> wrote: > This happens during this step.. > > Everything up-to-date > ** transaction: start > * executing `deploy:update_code' > updating the cached checkout on all servers > executing locally: "git ls-remote [email protected]:username/ > app_name.git master" > * executing "if [ -d /var/www/app_name/shared/cached-copy ]; then > cd /var/www/app_name/shared/cached-copy && git fetch -q origin && git > reset -q --hard 5d47453e28385200daa971ca4982632caf7fb67e && git clean - > q -d -x -f; else git clone -q [email protected]:username/app_name.git / > var/www/app_name/shared/cached-copy && cd /var/www/app_name/shared/ > cached-copy && git checkout -q -b deploy > 5d47453e28385200daa971ca4982632caf7fb67e; fi" > servers: ["1xx.2xx.xxx.xxx"]Password: > [173.230.158.13] executing command > command finished > > On Sep 29, 3:37 pm, badnaam <[email protected]> wrote: > > > > > > > > > Capistrano keeps asking me forpasswordfor every deplyoyment. How do > > I not let it happen? > > > ruby version 1.8.7 REE > > > capistrano version 2.5.19 > > > Here is my capfile and directory permissions. > > >http://pastie.org/1189919 -- * 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
