Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
build(heroku): specify the formation for review apps
Browse files Browse the repository at this point in the history
  • Loading branch information
bitterteriyaki committed Nov 29, 2023
1 parent 3789328 commit d7e05bc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,15 @@
"env": {
"PYTHON_RUNTIME_VERSION": "3.11.5",
"POETRY_VERSION": "1.6.1"
},
"formation": {
"web": {
"quantity": 1,
"size": "basic"
},
"worker": {
"quantity": 1,
"size": "basic"
}
}
}

0 comments on commit d7e05bc

Please sign in to comment.