On Wed, 29 Oct 2008 01:42:17 -0700, Anthony Ettinger wrote:
>
> I want to add a before_task to deploy:cold (if that's possible)
>
> task :mktmp do
> run("mkdir #{home_path}/tmp")
> end
>
Good thing you can just do that:
before "deploy:cold", "mktmp"
Cheers, Mathias
--
http://paperplanes.de
http://twitter.com/roidrage
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---