On 2/21/08, Valerio Schiavoni <[EMAIL PROTECTED]> wrote: > > > > in your Capfile (or deploy.rb). > > i still haven't understand which one should I use. i don't have any > deploy.rb file yet.
As I understand it, deploy.rb is a holdover from the 1.x days. Rails apps have a config directory, in which go all the Rails config files, so it seems like a good place to put the deploy information, also. However, in 2.x, the Capfile is the main capistrano config file. It usually loads deploy.rb, but there's no reason it has to. Stll, my deployment hangs when the number of nodes increases..doing a > ctrl^c produces this: I really have no idea, here, although it sounds familiar. Check the archives, or wait for someone more knowledgeable to respond... --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
