Skip to content

Commit

Permalink
Point gitlab to the correct clusters.
Browse files Browse the repository at this point in the history
  • Loading branch information
glogiotatidis committed Dec 3, 2020
1 parent b86504c commit 9592370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ stage:
- stage
variables:
NAMESPACE: snippets-stage
CLUSTERS: oregon-a
CLUSTERS: oregon-eks
DOCKER_IMAGE_TAG: "${DOCKER_REPOSITORY}:${CI_COMMIT_SHORT_SHA}"

admin:
Expand All @@ -82,7 +82,7 @@ admin:
- admin
variables:
NAMESPACE: snippets-admin
CLUSTERS: oregon-a
CLUSTERS: oregon-eks
DOCKER_IMAGE_TAG: "${DOCKER_REPOSITORY}:${CI_COMMIT_SHORT_SHA}"

prod:
Expand Down

0 comments on commit 9592370

Please sign in to comment.