Skip to content

Commit

Permalink
슬랙 url 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwon12 authored Feb 8, 2024
1 parent 6e80e16 commit b7c645b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
spring.datasource.username: ${{ secrets.RDS_USERNAME }}
spring.datasource.password: ${{ secrets.RDS_PASSWORD }}
spring.data.redis.host: ${{ secrets.REDIS_ENDPOINT }}
logging.slack.webhook-uri: ${{ SLACK_URL}}
logging.slack.webhook-uri: ${{ SLACK_URL }}
jwt.secretkey: ${{ secrets.SECRETKEY }}
cloud.aws.credentials.access-key: ${{ secrets.AWS_ACCESS_KEY_ID }}
cloud.aws.credentials.secret-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit b7c645b

Please sign in to comment.