diff --git a/lib/locomotive/hosting/heroku.rb b/lib/locomotive/hosting/heroku.rb index 5b6366e9..5f23290c 100644 --- a/lib/locomotive/hosting/heroku.rb +++ b/lib/locomotive/hosting/heroku.rb @@ -35,6 +35,8 @@ module Locomotive self.enhance_site_model_with_heroku + puts "HEROKU NAME = #{ENV['APP_NAME'].inspect} / #{ENV.inspect}" + # "cache" domains for better performance self.heroku_domains = self.heroku_connection.list_domains(self.config.heroku[:name]).collect { |h| h[:domain] } end