Hi everybody, I'm curious whether it is possible to use Capistrano's DSL and general foundation (roles, tasks, #run, #sudo, #put etc.) to build a custom Rakefile/Capfile?
No automagic deploy:migrate tasks (especially for non-rails projects!), no automagic 'mkdir -p (..)/release; ln -nfs (..)/ current'. Just the bare foundation (task :deploy, :role => web do; upload 'file.txt', '...'; end) with all the goods (parallel exec, roles etc.) for custom deployment? Is that possible? Many thanks in advance. -- * 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
