Skip to content

Use variables to define deploy policy for staging and production environments

What does this MR do?

  • Changes production that is non-manual, to be enabled when $STAGING_ENABLED is not set.

  • Changes staging that is non-manual, to be enabled when $STAGING_ENABLED is set.

  • Add production_manual to be manual, and enabled when $STAGING_ENABLED is set.

Screenshots

When $STAGING_ENABLEDis set

Screen_Shot_2018-05-01_at_11.38.47_AM

When $STAGING_ENABLEDis not set

Screen_Shot_2018-05-01_at_11.34.20_AM

Issues related

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/38549

Edited by Mayra Cabrera

Merge request reports