From 7c663ec6b6169dd3e726ffa3ee043ed14f8bc07b Mon Sep 17 00:00:00 2001 From: lwj9812 <141805156+lwj9812@users.noreply.github.com> Date: Fri, 22 Mar 2024 15:09:17 +0900 Subject: [PATCH] Update run_process.sh --- deploy/scripts/run_process.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/scripts/run_process.sh b/deploy/scripts/run_process.sh index b972f1aed..f9f372c16 100644 --- a/deploy/scripts/run_process.sh +++ b/deploy/scripts/run_process.sh @@ -2,7 +2,7 @@ REGION="ap-northeast-2" ECR_REPOSITORY="257307634175.dkr.ecr.ap-northeast-2.amazonaws.com" -ECR_DOCKER_IMAGE="${ECR_REPOSITORY}/aws01-spring-petclinic" +ECR_DOCKER_IMAGE="${ECR_REPOSITORY}/std01-spring-petclinic" ECR_DOCKER_TAG="latest" aws ecr get-login-password --region ${REGION} \