mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
Update run_process.sh
This commit is contained in:
parent
dda830ff87
commit
7c663ec6b6
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
REGION="ap-northeast-2"
|
REGION="ap-northeast-2"
|
||||||
ECR_REPOSITORY="257307634175.dkr.ecr.ap-northeast-2.amazonaws.com"
|
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"
|
ECR_DOCKER_TAG="latest"
|
||||||
|
|
||||||
aws ecr get-login-password --region ${REGION} \
|
aws ecr get-login-password --region ${REGION} \
|
||||||
|
|
Loading…
Reference in a new issue