Skip to content

Commit

Permalink
feature: cicd test
Browse files Browse the repository at this point in the history
  • Loading branch information
mushroom1324 committed Aug 29, 2024
1 parent 25ead14 commit 90ff3c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aws/start_process.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

set -e

ECR_REPOSITORY=654654448479.dkr.ecr.ap-northeast-2.amazonaws.com/repick-repo
ECR_REGISTRY=654654448479.dkr.ecr.ap-northeast-2.amazonaws.com/repick-repo
ECR_REPOSITORY=repick-repo
ECR_DOCKER_TAG=latest

echo $ECR_REGISTRY
aws ecr get-login-password --region ap-northeast-2 | docker login --username AWS --password-stdin $ECR_REGISTRY

sudo docker pull $ECR_REGISTRY/$ECR_REPOSITORY:$ECR_DOCKER_TAG
Expand Down

0 comments on commit 90ff3c7

Please sign in to comment.