Skip to content
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

I cannot see any options to split processes into production & development #26

Open
alphamarket opened this issue Oct 14, 2019 · 0 comments

Comments

@alphamarket
Copy link

Let's say I have some common processes I want to run in production (in my server) & development stages (when I'm developing it in my laptop). also there are separate & different processes for each one.

Question:

Is there any options such as below to be able to split the processes list:

common_job1: [...]
common_job2: [...]

[development]
   dev_job1: [..]
   dev_job2: [..]

[production]
   prod_job1: [..]
   prod_job2: [..]

Note: The procodile should pick up the section based on the rails env if nothing has given

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant