mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
Delete run_process.sh
This commit is contained in:
parent
c54f910cba
commit
b8eea6052a
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
REGION="ap-northeast-2"
|
||||
ACCOUNT_ID="257307634175"
|
||||
ECR_REPOSITORY="${ACCOUNT_ID}.dkr.ecr.ap-northeast-2.amazonaws.com"
|
||||
ECR_DOCKER_IMAGE="${ECR_REPOSITORY}/spring-petclinic"
|
||||
ECR_DOCKER_TAG="1.0"
|
||||
|
||||
aws ecr get-login-password --region ${REGION} \
|
||||
| docker login --username AWS --password-stdin ${ECR_REPOSITORY};
|
||||
|
||||
export IMAGE=${ECR_DOCKER_IMAGE};
|
||||
export TAG=${ECR_DOCKER_TAG};
|
||||
docker-compose -f /home/ubuntu/docker-compose.yml up -d;
|
||||
|
Loading…
Reference in a new issue