From bfd7e8668fc879ea3d1dfde1595ac7fe44a4e91f Mon Sep 17 00:00:00 2001 From: ulsandonghun Date: Fri, 23 Feb 2024 00:04:14 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20:=20=EB=A0=88=EB=94=94=EC=8A=A4=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=EC=A0=95=EB=B3=B4=20=EC=95=94=ED=98=B8?= =?UTF-8?q?=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CI.yml | 3 +++ src/main/resources/application.yml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 678d2e2..93ea26b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -39,6 +39,9 @@ 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}} + #gradlew 실행을 위한 권한 추가 diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index dbe4048..9654ff9 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -19,8 +19,8 @@ spring: data: redis: - host: localhost - port: 6379 + host: ${redis_host} + port: ${redis_port} logging: level: