-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow deployment to specify the Procfile role to run. #7
Comments
It is a good idea. I'm in debate about if it should be What do you think @sdbondi ? |
@statianzo Yes I like that better! Would be fairly tricky to parse in bash - should be fun to implement. I'll be able to give that a go next week unless you want to do it. |
Take a stab at it and make a PR. |
Will do 👍 |
For instance:
Procfile
Then setting:
DOKKU_ROLES="worker arbprocess"
will only run the
worker
andarbprocess
processes.Is this a good idea?
The text was updated successfully, but these errors were encountered: