Skip to content

Commit 7209c57

Browse files
committed
Update circleci for different cluster names in dev and prod
1 parent 8f4412e commit 7209c57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy.sh

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ JQ="jq --raw-output --exit-status"
66
ENV=$1
77
TAG=$2
88
AWS_REGION=$(eval "echo \$${ENV}_AWS_REGION")
9+
AWS_ECS_CLUSTER=$(eval "echo \$${ENV}_AWS_ECS_CLUSTER")
910
ACCOUNT_ID=$(eval "echo \$${ENV}_AWS_ACCOUNT_ID")
1011

1112
configure_aws_cli() {

0 commit comments

Comments
 (0)