Skip to content

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

@alphamarket

Description

@alphamarket

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions