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