Skip to content

Commit 1b5a376

Browse files
Merge pull request #129 from datacamp/remove-ecs
INF-2617 remove ecs build
2 parents bd0936d + 5b36074 commit 1b5a376

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

.circleci/config.yml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -93,35 +93,35 @@ workflows:
9393
requires:
9494
- testing-complete
9595
# END ANSIBLE MANAGED BLOCK
96-
build-and-deploy:
97-
jobs:
98-
- datacamp-ecr/build_and_push_image_to_ecr:
99-
name: build
100-
context: org-global
101-
aws-access-key-id: $OPS_AWS_ACCESS_KEY_ID
102-
aws-secret-access-key: $OPS_AWS_SECRET_ACCESS_KEY
103-
account-url: $OPS_ECR_URL
104-
puller-account-ids: '["301258414863", "487088987264"]'
105-
docker-version: 20.10.2
106-
- datacamp-deploy/deploy: # Staging
107-
environment: staging
108-
aws-access-key-id: $STAGING_AWS_ACCESS_KEY_ID
109-
aws-secret-access-key: $STAGING_AWS_SECRET_ACCESS_KEY
110-
context: org-global
111-
requires:
112-
- build
113-
filters:
114-
branches:
115-
only:
116-
- main
117-
- datacamp-deploy/deploy: # Production
118-
environment: prod
119-
context: org-global
120-
requires:
121-
- build
122-
aws-access-key-id: $PROD_AWS_ACCESS_KEY_ID
123-
aws-secret-access-key: $PROD_AWS_SECRET_ACCESS_KEY
124-
filters:
125-
branches:
126-
only:
127-
- main
96+
# build-and-deploy:
97+
# jobs:
98+
# - datacamp-ecr/build_and_push_image_to_ecr:
99+
# name: build
100+
# context: org-global
101+
# aws-access-key-id: $OPS_AWS_ACCESS_KEY_ID
102+
# aws-secret-access-key: $OPS_AWS_SECRET_ACCESS_KEY
103+
# account-url: $OPS_ECR_URL
104+
# puller-account-ids: '["301258414863", "487088987264"]'
105+
# docker-version: 20.10.2
106+
# - datacamp-deploy/deploy: # Staging
107+
# environment: staging
108+
# aws-access-key-id: $STAGING_AWS_ACCESS_KEY_ID
109+
# aws-secret-access-key: $STAGING_AWS_SECRET_ACCESS_KEY
110+
# context: org-global
111+
# requires:
112+
# - build
113+
# filters:
114+
# branches:
115+
# only:
116+
# - main
117+
# - datacamp-deploy/deploy: # Production
118+
# environment: prod
119+
# context: org-global
120+
# requires:
121+
# - build
122+
# aws-access-key-id: $PROD_AWS_ACCESS_KEY_ID
123+
# aws-secret-access-key: $PROD_AWS_SECRET_ACCESS_KEY
124+
# filters:
125+
# branches:
126+
# only:
127+
# - main

0 commit comments

Comments
 (0)