** [out :: myserver.com] sh: line 1: rake: command not found That's the error. It's failing because rake isn't in the default path. You should be able to do:
set :rake, "/path/to/rake" Specify where on your production server rake is, and see what happens. - Jamis On 8/2/07, redbaritone <[EMAIL PROTECTED]> wrote: > > That last line got cut off. Here it is, again: > > command "cd /Library/Rails/notify/releases/20070802214631; rake > RAILS_ENV=production db:migrate" failed on myserver.com > > > > > --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
