diff --git a/script/heroku_deploy b/script/heroku_deploy index df7da72d..7f55fecf 100755 --- a/script/heroku_deploy +++ b/script/heroku_deploy @@ -92,7 +92,7 @@ require 'localeapp/rails' Localeapp.configure do |config| config.api_key = '$LOCALEAPP_KEY' - config.sending_environments = ['$RAILS_ENV'] + config.sending_environments = [] config.polling_environments = ['$RAILS_ENV'] end EOF