I hard coded the server name in the server method within my separate staging files, but cap still doesn't recognize anything. Do I need something that has to do with server information within the Capfile or the deploy.rb file? All I have in my deploy.rb file is a few tasks. All of the common/shared information is in my Capfile and the server information is separated between the different stage files.
There's definitely something very small that I am missing here.. Joe On Wed, Sep 22, 2010 at 3:36 PM, Lee Hambley <[email protected]> wrote: > Joe, I didn't expect to see it done that way, there's a good chance you > need to do it without using variable interpolation, as the order in which > files are processed may mean you can't do that without resorting to using > lambdas (lame, I know) > > (and I don't recall anyone ever having tried) > > - Lee > > -- > * 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]<capistrano%[email protected]>For > more options, visit this group at > http://groups.google.com/group/capistrano?hl=en > -- * 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
