On 7/04/2008, at 11:28 AM, Rafael G. wrote: > > You can overwrite cold task in your deploy.rb file:
It would seem to me that you should consider not changing the default behaviour of the 'deploy:cold' task (even if it is just for this application). Having a new task which does the 'deploy:update' and 'deploy:start' would make it more apparent that you are doing something out of the ordinary. In most of the deployments I have done, the 'deploy:start' and 'deploy:restart' do exactly the same thing, that being tell god [1] to restart the app servers for this application. What this means is that the 'deploy:cold' and 'deploy:migrations' tasks are basically the same. Cheers, Tim --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
