fix: Add worker to the formation (#1470)

This commit is contained in:
Pranav Raj S
2020-12-01 14:56:05 +05:30
committed by GitHub
parent a5ceddc454
commit af2fb1b146

View File

@@ -34,6 +34,10 @@
"web": { "web": {
"quantity": 1, "quantity": 1,
"size": "FREE" "size": "FREE"
},
"worker": {
"quantity": 1,
"size": "FREE"
} }
}, },
"image": "heroku/ruby", "image": "heroku/ruby",