Capistrano 2.2.0 vs. 2.1.0

On Capistrano 2.1.0 (on PC) I can
cap deploy
cap deploy:rollback

On Capistrano 2.2.0 (Linux) none of it works

[roruser@sandbox1-atgdev lenanew]$ cap deploy
the task deploy' does not exist [roruser@sandbox1-atgdev lenanew]$ cap deploy:rollback the taskdeploy:rollback’ does not exist
[roruser@sandbox1-atgdev lenanew]$ cap -h
Usage: cap [options] action
-e, --explain TASK Displays help (if available) for
the task.
-F, --default-config Always use default config, even
with -f.

Is there a “Capfile” in the project root directory? If so, what does
it contain?

  • Jamis

Yes, I forgot to:
capify .

Thank you, Lena