Skip to content

Commit

Permalink
Merge pull request #3 from TeamPINGLE/feat/1
Browse files Browse the repository at this point in the history
[feat] 무중단 CI/CD second attempt
  • Loading branch information
tkdwns414 authored Dec 24, 2023
2 parents 08b1203 + d6fda60 commit d638d01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ dependencies {
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'

// deploy
implementation 'org.springframework.boot:spring-boot-starter-actuator'
}

tasks.named('bootBuildImage') {
Expand Down

0 comments on commit d638d01

Please sign in to comment.