Skip to content

Commit

Permalink
[fix] : CD 파일 레디스 정보 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
evergreenn committed Feb 22, 2024
1 parent bfd7e86 commit 91a8099
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
spring.datasource.password: ${{ secrets.DB_PASSWORD }}
spring.datasource.driver-class-name: ${{ secrets.DB_DRIVER }}
spring.jwt.secret: ${{ secrets.JWT_SECRET }}
spring.data.redis.host: ${{secrets.REDIS_HOST}}
spring.data.redis.port: ${{secrets.REDIS_PORT}}

- name: Grant execute permission for gradlew
run: chmod +x ./gradlew
Expand Down

0 comments on commit 91a8099

Please sign in to comment.