Skip to content

Commit

Permalink
Merge pull request #73 from belljun3395/test-multi
Browse files Browse the repository at this point in the history
test 용 커밋1
  • Loading branch information
belljun3395 authored Jan 7, 2025
2 parents 9e6df4f + 997b148 commit c127688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ecs-dev-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
run: |
GIT_HASH=$(git rev-parse --short HEAD)
./gradlew api:bootJar
./gradlew domain:crm:bootJar
./gradlew :buildEcsDockerImage -PimageName=${ECR_REGISTRY}/${ECR_REPOSITORY}:latest
docker tag ${ECR_REGISTRY}/${ECR_REPOSITORY}:latest ${ECR_REGISTRY}/${ECR_REPOSITORY}:${GIT_HASH}
docker push ${ECR_REGISTRY}/${ECR_REPOSITORY} --all-tags
Expand Down
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ val releaseVersion =
}

tasks.register("buildEcsDockerImage") {
dependsOn("build")

doLast {
exec {
Expand Down

0 comments on commit c127688

Please sign in to comment.