I'm going to go with environment variables. I went so far as to code up an argument parser using OptionParser ( http://ruby-doc.org/stdlib-2.0.0/libdoc/optparse/rdoc/OptionParser.html) but ultimately decided environment variables would be cleaner and simpler (since I only have two values I care about).
Thanks, Clinton -- -- * 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 --- You received this message because you are subscribed to the Google Groups "Capistrano" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
