Skip to content

Commit

Permalink
Switch to oregon-a
Browse files Browse the repository at this point in the history
  • Loading branch information
glogiotatidis committed Oct 20, 2020
1 parent 17f8545 commit 231e74e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,28 +69,28 @@ dev:
- master
variables:
NAMESPACE: snippets-dev
CLUSTERS: oregon-b
CLUSTERS: oregon-a

stage:
extends: .deploy
only:
- stage
variables:
NAMESPACE: snippets-stage
CLUSTERS: oregon-b
CLUSTERS: oregon-a

admin:
extends: .deploy
only:
- admin
variables:
NAMESPACE: snippets-admin
CLUSTERS: oregon-b
CLUSTERS: oregon-a

prod:
extends: .deploy
only:
- prod
variables:
NAMESPACE: snippets-prod
CLUSTERS: frankfurt oregon-b
CLUSTERS: frankfurt oregon-a

0 comments on commit 231e74e

Please sign in to comment.