Fix Unknown addon provider in scalingo.json (#7928)
This commit is contained in:
parent
b0968623fa
commit
6d45f768a6
1 changed files with 2 additions and 2 deletions
|
@ -97,7 +97,7 @@
|
|||
"postdeploy": "bundle exec rails db:migrate && bundle exec rails db:seed"
|
||||
},
|
||||
"addons": [
|
||||
"scalingo-postgresql",
|
||||
"scalingo-redis"
|
||||
"postgresql",
|
||||
"redis"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue