diff options
author | ThibG <thib@sitedethib.com> | 2018-07-10 10:52:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-10 10:52:18 +0200 |
commit | e6647ccf6d13030a91c7e635526e1e40a059ce31 (patch) | |
tree | eda07c40c934ab9a55d7847afe4af3e54bce86b8 /scalingo.json | |
parent | c699b2d141d7aa910bd81ae5fe881ecec7039395 (diff) | |
parent | 402da8065c2b378cca6361f2c7252bd766f25dde (diff) |
Merge pull request #557 from ThibG/glitch-soc/tentative-merge
Merge upstream changes
Diffstat (limited to 'scalingo.json')
-rw-r--r-- | scalingo.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scalingo.json b/scalingo.json index 0cc648f02..873731ac9 100644 --- a/scalingo.json +++ b/scalingo.json @@ -97,7 +97,7 @@ "postdeploy": "bundle exec rails db:migrate && bundle exec rails db:seed" }, "addons": [ - "scalingo-postgresql", - "scalingo-redis" + "postgresql", + "redis" ] } |