ruby --version ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-linux] cap --version Capistrano Version: 3.0.0 (Rake Version: 10.1.0)
Hi I've read about invoke here: https://github.com/capistrano/capistrano/blob/master/README.md and as far as I can see I'm doing it correctly but still I get an error with specificly the invoke command, the task I'm invoking is working great on itself. Here is my config and output: http://pastie.org/private/idu6l4wuagtguwexgeu8xq Can anyone please point to where I go wrong? I want my :deployPre task to run a few tasks in the order I place them in the deployPre. Thanks! -- -- * 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
