running   cap deploy:cool      doesn't work ....

running   cap "deploy:cool"  works....

I thought I could overwrite any standard task, that's why I tested
the :cool task...
I need to have my own  deploy:cold  to replace migrate  by  my MongoDB
setup...




On 2 fév, 10:52, Lee Hambley <[email protected]> wrote:
> Does your Capfile, include your config/deploy.rb file?
>
> First recommendations are to add a description, to the task - and then run
> `cap -T` to enumerate the known tasks, and you can see if it somehow has
> been loaded into the wrong namespace. If you don't want to add a
> description, see `cap -vT`
>
> - Lee

-- 
* 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

Reply via email to