Skip to content

Commit

Permalink
Chore: Switch to our Redis provider to Heroku
Browse files Browse the repository at this point in the history
Because:
* To bump Sidekiq on the latest version, we need an up to date version of Redis too.
  • Loading branch information
KevinMulhern committed Sep 14, 2023
1 parent ceccf27 commit 40a748d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@
],
"addons": [
"heroku-postgresql:mini",
{
"plan": "rediscloud:30",
"as": "REDIS"
}
"heroku-redis:mini"
],
"env": {
"STAGING": {
Expand Down

0 comments on commit 40a748d

Please sign in to comment.