Skip to content

Commit

Permalink
cleanup heroku setup
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-markin committed Dec 30, 2024
1 parent aaba055 commit 83dbae7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
}
},
"addons": [
"heroku-postgresql:mini",
"heroku-redis:mini"
"heroku-postgresql",
"heroku-redis"
],
"formation": {
"web": {
Expand Down
4 changes: 2 additions & 2 deletions heroku.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
setup:
addons:
- plan: heroku-postgresql:mini
- plan: heroku-postgresql
as: DATABASE
- plan: heroku-redis:mini
- plan: heroku-redis
as: REDIS

build:
Expand Down

0 comments on commit 83dbae7

Please sign in to comment.