vortex icon indicating copy to clipboard operation
vortex copied to clipboard

Drupal - add support for release env in settings

Open AlexSkrypnyk opened this issue 3 years ago • 0 comments

  elseif (str_starts_with(getenv('LAGOON_GIT_BRANCH'), 'release') || str_starts_with(getenv('LAGOON_GIT_BRANCH'), 'hotfix')) {
    $settings['environment'] = ENVIRONMENT_TEST;
  }

AlexSkrypnyk avatar Aug 15 '22 22:08 AlexSkrypnyk