Please see http://www.capistranorb.com/documentation/getting-started/flow/
Happy new year! Lee Hambley -- http://lee.hambley.name/ +49 (0) 170 298 5667 On 30 December 2013 20:42, Brad Langhorst <[email protected]> wrote: > > Versions: > > - Ruby : 2 > - Capistrano: 3 > - Rake / Rails / etc.: rails 4 > > > I'm transitioning to cap 3 from an existing cap 2 file. > I used to set up runit like this: > > after "deploy:setup", "delayed_job:configure_runit" > > namespace :delayed_job do > > desc "configure a runit job in /etc/service for delayed_job" > task :configure_runit, :roles => :app do > > ... <runit configure stuff> > > end > > i tried after :setup, "delayed_job:configure_runit" > in the deploy block - but cap 3 doesn't know setup. > > How is one supposed to do this now? > > Is this sort of thing out of scope for cap 3 now? > > Brad > > -- > You received this message because you are subscribed to the Google Groups > "Capistrano" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web, visit > https://groups.google.com/d/msgid/capistrano/bce3ac06-5330-43eb-a589-9d8395a7e090%40googlegroups.com > . > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Capistrano" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/capistrano/CAN_%2BVLURawqwhcGsCvY_tLy%2Bu1kZCj-G_kodiup%3DX5eoP5nDhg%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
