Skip to content

Commit

Permalink
Update app.json
Browse files Browse the repository at this point in the history
Upgrade heroku dyno plan for review apps from default (eco) to basic

https://devcenter.heroku.com/articles/app-json-schema#formation
  • Loading branch information
hannako authored Jul 29, 2024
1 parent 5641ca8 commit 8410185
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,11 @@
"url": "https://github.com/heroku/heroku-buildpack-ruby"
}
],
"formation": {
"web": {
"quantity": 1,
"size": "basic"
}
},
"addons": []
}

0 comments on commit 8410185

Please sign in to comment.