Skip to content

[Proposal] Add app environments #21

@yordis

Description

@yordis

Add environments to all applications

  • State: Draft
  • Created: 2021-07-25
  • Tags: app, releases

Context

We don't have misalignment configuring environments across applications, this is one of those that we don't need that much freedom, and nowadays most people end up doing the exact same thing

  • development (preview, local dev, branch)
  • staging (trunk branch, customer environment)
  • production (official release)

Resolution

  • You MUST add [PREFIX]_ENVIRONMENT to all your application deployments
  • [PREFIX]_ENVIRONMENT MUST be one of the following values
    • development: when the release is based on a branch deployment, aka. preview deployment
    • staging: trunk branch, deployment before cutting a production release
    • production: the production version of the release

Links

Metadata

Metadata

Assignees

No one assigned

    Labels

    State: DeferredThe ADR has not been acted upon for a significant period of time.Type: ADRIt is something related to ADRs.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions