Skip to content

Allow configuring deployment branches in environments #2132

@marcoieni

Description

@marcoieni

#2127 added support for declaring environments.
We now want to allow people to declare the deployment branches of their environments.

TOML:

[[environments]]
name = "production"

[[environments.branches]]
name = "main"

I used the syntax [[environments.branches]] because there could be more branches per environment. Let me know if I'm missing something or you have a better syntax in mind.

UI screenshot:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions