Merge pull request #2625 from torrancew/heroku_config_fix
heroku:install_requirements task fails on default heroku apps
This commit is contained in:
commit
743c898127
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ namespace :heroku do
|
|||
end
|
||||
|
||||
task :install_requirements do
|
||||
system 'heroku addons:remove logging:basic'
|
||||
system 'heroku addons:add logging:expanded'
|
||||
system 'heroku addons:add redistogo:nano'
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue