ovotech / circleci-orbs

CircleCI Orbs
MIT License
52 stars 37 forks source link

kap-kmi-deploy: add region param to job #550

Closed clarencedglee closed 1 year ago

clarencedglee commented 1 year ago

Adds ability to specify which region (e.g. "eu1", "ap1") to update gitops on.

In Workflow we want to be able to release to oea-test and ovo-uat at the same time, have a manual approval step, and then progress the build to oea-sandbox and ovo-prod. We'd need to be able to specify the region to deploy to ovo-uat without affecting oea-sandbox (which is uat in git-ops).

clarencedglee commented 1 year ago

Isn't it being used here? https://github.com/ovotech/circleci-orbs/pull/550/files#diff-1a0bf0ce605edc51359d38d1a2eda65fda156109cb661a52c1e1801391201351R175

And then picked up here? https://github.com/ovotech/circleci-orbs/pull/550/files#diff-1a0bf0ce605edc51359d38d1a2eda65fda156109cb661a52c1e1801391201351R50

Maybe I'm reading it wrong