Hello all,

I have a question about something that seemingly should be simple, but
I can't find an elegant solution to the problem.

I have a directory structure that looks like

Capfile
rails/
ahn_app/

Inside the rails directory is a rails app, with a config/deploy.rb
(that works).  Inside the ahn_app directory is an adhearsion app, with
a config/deploy.rb (that works).

Now, you can probably guess what I want.  I want to type cap deploy,
and have my Capfile execute "rails/config/deploy.rb" and then "ahn_app/
config/deploy.rb" in succession, so I only have to type cap deploy
once.

Is this possible?

Thanks!

-Eric



--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to