David Kahn wrote in post #961017: > On Fri, Nov 12, 2010 at 10:27 AM, Philip Hallstrom <[email protected]> > wrote: > >>> > >>> https://github.com/binarylogic/settingslogic >> >> cap staging deploy # to heroku >> >> cap production deploy # to ubuntu >> > > Thanks. I had not really considered using cap to deploy to heroku but > makes > sense and will actually save me some manual work once I build out the > cap > file.
Why would you use Cap to deploy to Heroku? *How* would you even do that? By setting some environment variables and calling git push? If that's all, then it's probably not necessary. Heroku has its own configuration interface for setting environment variables (and you could set RAILS_ENV if you wanted it to be "production_heroku" instead of "production"). Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en.

