Update run_process.sh

This commit is contained in:
lwj9812 2024-03-22 16:02:00 +09:00 committed by GitHub
parent 2bdc8a8de5
commit 5ee546c6c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
#
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}/std01-spring-petclinic" ECR_DOCKER_IMAGE="${ECR_REPOSITORY}/std01-spring-petclinic"