Lee, Thanks for the response. I actually just installed your railsless-deploy gem an hour or so ago after reading your response on someone's blog article concerning capistrano/drush/drupal. I'm going to look into that as well. If I used the railsless-deploy them, would it make my overrides.rb file unnecessary? Is there anything different I would need to do?
As for the code I posted: everything I'm currently working with is there. Would it have something to do with no server/role variables being set in the Capfile or deploy.rb files? The only place I specify server information right now is in staging.rb and production.rb. Not having a role or server variable setup in Capfile/deploy.rb is the only thing I can think of that might be messing things up. Thanks for the input, Joe On Wed, Sep 22, 2010 at 10:58 AM, Lee Hambley <[email protected]> wrote: > Joe, You should checkout the railsless-deploy gem, it's a boiler-plate > deploy for anything with no railsisms (read: wordpress, mediawiki, drupal, > php, etc static sites - you name it) I maintain it (and Cap) -- and it's > going to be much more like the standard deploy in the next major cap > version. > > (ohh, and your specific problem you have some error sin some ruby code you > didn't post - as I don't see the error in what you showed me here⦠maybe I > can take a look again when I get off work) > > - 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
