Skip to content

Commit

Permalink
refactor: pinpoint 액션 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed Aug 21, 2024
1 parent 3197d60 commit 4da267b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ecs-dev-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
run: |
GIT_HASH=$(git rev-parse --short HEAD)
./gradlew buildEcsDockerImage -PimageName=${ECR_REGISTRY}/${ECR_REPOSITORY}:latest
./gradlew buildPinpointEcsDockerImage -PimageName=${ECR_REGISTRY}/${ECR_REPOSITORY}:latest -PpinpointAgentId=fewletter-api-dev -PpinpointApplicationName=fewletter-api-dev
docker tag ${ECR_REGISTRY}/${ECR_REPOSITORY}:latest ${ECR_REGISTRY}/${ECR_REPOSITORY}:${GIT_HASH}
docker push ${ECR_REGISTRY}/${ECR_REPOSITORY} --all-tags
- name: Get ECR Repository image path
Expand Down

0 comments on commit 4da267b

Please sign in to comment.