Skip to content

Commit 18972ff

Browse files
committed
chore(ci): remove US deployment (#735)
1 parent c285913 commit 18972ff

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ stages:
2323
HOST_NAME: $HOST_NAME_CHINA
2424
KUBE_CONFIG: $KUBE_CONFIG_CHINA
2525

26-
.us:
27-
before_script:
28-
- cp $PROJECT_CONFIG_UNITED_STATES ./helm/files/production.yaml
29-
variables:
30-
HOST_NAME: $HOST_NAME_UNITED_STATES
31-
KUBE_CONFIG: $KUBE_CONFIG_UNITED_STATES
32-
3326
.docker_build: &DOCKER_BUILD
3427
stage: build_image
3528
image: docker:19.03.12
@@ -118,24 +111,9 @@ deploy_dev_cn:
118111
extends: .cn
119112
<<: *DEV
120113

121-
deploy_dev_us:
122-
<<: *DEPLOY
123-
extends: .us
124-
variables:
125-
DOCKER_TAG: dev-$CI_COMMIT_SHA
126-
<<: *DEV
127-
128114
deploy_prod_cn:
129115
<<: *DEPLOY
130116
extends: .cn
131117
variables:
132118
DOCKER_TAG: $CI_COMMIT_SHA
133119
<<: *PROD
134-
135-
deploy_prod_us:
136-
<<: *DEPLOY
137-
extends: .us
138-
variables:
139-
DOCKER_TAG: $CI_COMMIT_SHA
140-
<<: *PROD
141-

0 commit comments

Comments
 (0)