]> cat aescling's git repositories - mastodon.git/commitdiff
Fix Unknown addon provider in scalingo.json (#7928)
authorSatsuki Yanagi <17376330+u1-liquid@users.noreply.github.com>
Tue, 3 Jul 2018 07:09:21 +0000 (16:09 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 3 Jul 2018 07:09:21 +0000 (09:09 +0200)
scalingo.json

index 0cc648f02b733bd958498d9d4fcb6936b941f5c7..873731ac9a38e1bb5ee3884a715dd47f58d082e0 100644 (file)
@@ -97,7 +97,7 @@
     "postdeploy": "bundle exec rails db:migrate && bundle exec rails db:seed"
   },
   "addons": [
-    "scalingo-postgresql",
-    "scalingo-redis"
+    "postgresql",
+    "redis"
   ]
 }