Skip to content

Commit

Permalink
fix: redis 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Gseungmin committed Dec 19, 2023
1 parent a0e3378 commit 4fced80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
spring.datasource.password: ${{ secrets.DATABASE_PASSWORD }}
spring.mail.username: ${{ secrets.EMAILHOST }}
spring.mail.password: ${{ secrets.EMAILPASSWORD }}
spring.redis.host: ${{ secrets.REDISHOST }}
spring.data.redis.host: ${{ secrets.REDISHOST }}
token.issuer: ${{ secrets.ISSUER }}
cloud.aws.s3.bucket: ${{ secrets.BUCKETNAME}}
cloud.aws.credentials.access-key: ${{ secrets.S3ACCESSKEY}}
Expand Down

0 comments on commit 4fced80

Please sign in to comment.