Fix Unknown addon provider in scalingo.json (#7928)

This commit is contained in:
Satsuki Yanagi 2018-07-03 16:09:21 +09:00 committed by Eugen Rochko
parent b0968623fa
commit 6d45f768a6
1 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@
"postdeploy": "bundle exec rails db:migrate && bundle exec rails db:seed"
},
"addons": [
"scalingo-postgresql",
"scalingo-redis"
"postgresql",
"redis"
]
}