Skip to content

Commit

Permalink
Merge pull request #135 from Gseungmin/main
Browse files Browse the repository at this point in the history
fix: redis 오류 수정
  • Loading branch information
Gseungmin authored Dec 19, 2023
2 parents 0747a3c + 4fced80 commit 2872efd
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 2872efd

Please sign in to comment.