I've been using Capistrano to deploy a PHP application for a few years now.
Today I've migrated to a new computer from another one with nearly the same 
specs, and I'm getting the scary error: "the task `deploy' does not exist"

Versions I'm using:
Mac OX 10.8.2
Ruby 1.8.7 (bundled with OS X)
rubygems 1.3.6
capistrano 2.13.5 (I was using 2.9.x lately)

The capi files are exactly the same than before, I have the Capfile, 
deploy.rb, my multistage recipes... but when I do a cap -T:

cap invoke             # Invoke a single command on the remote servers.
cap multistage:prepare # Stub out the staging config files.
cap pre                # Set the target stage to `pre'.
cap pre_local          # Set the target stage to `pre_local'.
cap pro                # Set the target stage to `pro'.
cap shell              # Begin an interactive Capistrano session.

Any idea why aren't the default deploy tasks being loaded??

Thx 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

Reply via email to