Updated security groups

pull/1601/head
Sergey Ivaschuck 2021-05-20 14:53:47 +01:00 committed by GitHub
parent 2053b0f9d4
commit 922d8dac3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -124,16 +124,16 @@ commands:
whitelist-add: whitelist-add:
steps: steps:
- aws-white-list-circleci-ip/add: - aws-white-list-circleci-ip/add:
description: "CTC-CircleCI" description: "${CIRCLE_PROJECT_REPONAME}-${CIRCLE_BRANCH}-${CIRCLE_BUILD_NUM}"
tag-key: "Name" tag-key: "Name"
tag-value: "Nexus-ELB-SG" tag-value: "SG-CircleCi-CTC"
whitelist-remove: whitelist-remove:
steps: steps:
- aws-white-list-circleci-ip/remove: - aws-white-list-circleci-ip/remove:
description: "CTC-CircleCI" description: "${CIRCLE_PROJECT_REPONAME}-${CIRCLE_BRANCH}-${CIRCLE_BUILD_NUM}"
tag-key: "Name" tag-key: "Name"
tag-value: "Nexus-ELB-SG" tag-value: "SG-CircleCi-CTC"
save-cache: save-cache:
steps: steps: