Skip to content

Commit

Permalink
CI : Redis 포트 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
imenuuu committed May 31, 2024
1 parent 880de64 commit 23589b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod_api_ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
aws.s3.access-key: ${{ secrets.AWS_S3_ACCESS_KEY }}
aws.s3.secret-key: ${{ secrets.AWS_S3_SECRET_KEY }}
spring.redis.host: ${{ secrets.REDIS_HOST }}
spring.redis.port: ${{ secrets.REDIS_PROD_HOST }}
spring.redis.port: ${{ secrets.REDIS_PROD_PORT }}
oauth.apple.iss: ${{ secrets.APPLE_ISS }}
oauth.apple.client-id: ${{ secrets.APPLE_CLIENT_ID }}
slack.webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
Expand Down

0 comments on commit 23589b8

Please sign in to comment.