chore: Remove size from Heroku formation guide
This commit is contained in:
parent
fdbc32f7c2
commit
74a512e3a1
1 changed files with 2 additions and 4 deletions
6
app.json
6
app.json
|
@ -32,12 +32,10 @@
|
|||
},
|
||||
"formation": {
|
||||
"web": {
|
||||
"quantity": 1,
|
||||
"size": "FREE"
|
||||
"quantity": 1
|
||||
},
|
||||
"worker": {
|
||||
"quantity": 1,
|
||||
"size": "FREE"
|
||||
"quantity": 1
|
||||
}
|
||||
},
|
||||
"image": "heroku/ruby",
|
||||
|
|
Loading…
Reference in a new issue