Skip to content

Commit

Permalink
chore(ci): DB URL 에러를 해결하기 위한 로그 출력
Browse files Browse the repository at this point in the history
파일을 생성해봐서 로그를 출력한다.
  • Loading branch information
seungholee-dev authored Apr 14, 2024
1 parent ee6bfb1 commit 76267e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
docker rm myapp || true
aws ecr get-login-password --region $AWS_REGION_CODE | docker login --username AWS --password-stdin $ECR_REGISTRY
docker pull $ECR_REGISTRY/$ECR_REPOSITORY:latest
touch $DB_HOST:$DB_PORT/$DB_NAME
docker run -d --name myapp -p 8080:8080 $ECR_REGISTRY/$ECR_REPOSITORY:latest \
-e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID \
-e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY \
Expand Down

0 comments on commit 76267e0

Please sign in to comment.