Am 13.05.2008 um 22:26 schrieb Chuck:
> > Last week, I successfully deployed with Capistrano with no password > prompts. I set up a cron job to run a script that went to the right > directory and then did a 'cap deploy'. Since then, it has been > prompting me for a sudo password. Is there a way to avoid this? You can edit /etc/sudoers on your linux box and add: deploy_username ALL=(ALL) NOPASSWD: ALL -- Jochen --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
