Hi Henry, You can chain tasks:
$ cap staging deploy production deploy Or create a script to execute these two tasks. Or if the deployments only have differents hosts you can create an stage call "all" and concatenate staging and production roles. Regards PS: Perhaps there're other options :) 2011/11/7 Henry Umansky <[email protected]> > I'm using the "multistage" Capistrano module, does anyone know if there is > a shorthand way to deploy to all servers. So for example: > > $ cap staging deploy > $ cap production deploy > > would be replaced with: > > $ cap all deploy > > Is this possible? > > -- > * 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 > -- * 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
