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 Gargron committed Jul 3, 2018
1 parent b096862 commit 6d45f76
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 6d45f76

Please sign in to comment.