Skip to content

Commit

Permalink
Fix Unknown addon provider in scalingo.json (mastodon#7928)
Browse files Browse the repository at this point in the history
  • Loading branch information
u1-liquid authored and lawremipsum committed Jul 7, 2018
1 parent 1e61889 commit 4618f85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scalingo.json
Expand Up @@ -97,7 +97,7 @@
"postdeploy": "bundle exec rails db:migrate && bundle exec rails db:seed"
},
"addons": [
"scalingo-postgresql",
"scalingo-redis"
"postgresql",
"redis"
]
}

0 comments on commit 4618f85

Please sign in to comment.