after 'deploy:update_code', 'deploy:bundle'
after 'deploy:bundle', 'deploy:assets'

You could rewrite the above as:

after 'deploy:update_code', 'deploy:bundle', 'deploy:assets'


You don't need the following hook as deploy:restart will be called by 
capistrano already in the normal deploy chain: 

after 'deploy:assets', 'deploy:restart'

On Apr 24, 2012, at 4:38 PM, sq1020 <[email protected]> wrote:

> after 'deploy:update_code', 'deploy:bundle'
> after 'deploy:bundle', 'deploy:assets'
> after 'deploy:assets', 'deploy:restart'

-- 
* 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

Reply via email to