Skip to content

Use the preprod environment for patch deploys

John Jarvis requested to merge jarv/use-pre-for-patch-deploys into master

By default, everything that was not an auto-deploy tag was being deployed to the gstg environment.

This changes the logic so that we can modify the environment for non-auto-deploy tags.

PATCH_DEPLOY_ENVIRONMENT is set in dev omnibus CI vars, currently set to pre.

Merge request reports