Skip to content

Commit

Permalink
Merge pull request #58 from LikeLion-12th-SKHU/main
Browse files Browse the repository at this point in the history
Update CD-MAIN.yml
  • Loading branch information
sss4920 authored Aug 16, 2024
2 parents ced7864 + c2d36a2 commit 932b0be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CD-MAIN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

permissions:
contents: read
checks: write

jobs:
deploy-ci:
Expand Down
3 changes: 3 additions & 0 deletions neighbor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ dependencies {
//REDIS
implementation 'org.springframework.boot:spring-boot-starter-data-redis'

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

implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-aws', version: '2.2.6.RELEASE'

}
Expand Down

0 comments on commit 932b0be

Please sign in to comment.