The lib/tasks/capistrano.rake file was deprecated long ago, and is not supported at all in modern cap versions (unless you're writing your own capistrano.rake file, which I do not recommend).

Even config/deploy.rb is not necessary--you can theoretically put everything that is in deploy.rb into Capfile. Rails apps use config/ deploy.rb in order to keep configuration files under config, but Capistrano can run just fine with only a Capfile.

- Jamis

On Apr 8, 2008, at 4:29 PM, Trevor Turk wrote:

I've reduced the number of files necessary for deploying an app with a
remote repository to the following:

http://almosteffortless.com/files/cap-single-example.png

You can download the example here:
http://almosteffortless.com/files/cap-single-example.zip

It's only 3 files now, but with some subdirectories and such. I'm
trying to figure out if there's a way to distill this down even
farther. Does anyone have any ideas about this?
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---


Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to