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} \