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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",