Deployment Problems

William tried to get Heat Seek up on Heroku but it looks like we need a second buildpack. We’re using Capybara in production as part of the process of collecting readings, which requires PhantomJS, and that uses a separate buildpack. By default, Heroku only lets you have one, and we’re using it to run Rails. We need to figure out how to use multipacks.