Compare commits

...

1 commit

Author SHA1 Message Date
Pranav Raj S
74a512e3a1 chore: Remove size from Heroku formation guide 2021-04-22 14:50:14 +05:30

View file

@ -32,12 +32,10 @@
}, },
"formation": { "formation": {
"web": { "web": {
"quantity": 1, "quantity": 1
"size": "FREE"
}, },
"worker": { "worker": {
"quantity": 1, "quantity": 1
"size": "FREE"
} }
}, },
"image": "heroku/ruby", "image": "heroku/ruby",