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 0ad81fe commit f841998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/start_process.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

ECR_REGISTRY=654654448479.dkr.ecr.ap-northeast-2.amazonaws.com/repick-repo
ECR_REGISTRY=$(aws ssm get-parameter --name "ECR_REGISTRY" --with-decryption --region ap-northeast-2 --query "Parameter.Value" --output text)
ECR_DOCKER_TAG=latest

echo $ECR_REGISTRY
Expand Down

0 comments on commit f841998

Please sign in to comment.