From bd5dd809beb4dd1c6c3996fbacd7420643fec745 Mon Sep 17 00:00:00 2001 From: LimHyunwoo <81962309+imenuuu@users.noreply.github.com> Date: Thu, 1 Feb 2024 19:37:29 +0900 Subject: [PATCH] =?UTF-8?q?CI=20:=20prod=20db=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/prod-ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prod-ci-cd.yml b/.github/workflows/prod-ci-cd.yml index b5b35b4..5e0bf7a 100644 --- a/.github/workflows/prod-ci-cd.yml +++ b/.github/workflows/prod-ci-cd.yml @@ -37,7 +37,7 @@ jobs: spring.datasource.url: ${{ secrets.PROD_DB_URL_HOST }} spring.datasource.username: ${{ secrets.AWS_DB_USER_NAME }} spring.datasource.password: ${{ secrets.AWS_DB_PASSWORD }} - spring.data.redis.host: ${{ secrets.PROD_REDIS_HOST }} + spring.data.redis.host: ${{ secrets.DEV_REDIS_HOST }} - name: Grant execute permission for gradlew run: chmod +x ./gradlew