Skip to content

Commit

Permalink
Refactor: 배포 멘션 사용자 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
uuujini committed Jan 31, 2025
1 parent a8823d9 commit 456b9ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
author_name: 'Deployment Fail Notification'
text: '서버 배포에 실패했습니다.'
fields: repo,message,commit,author,ref,workflow,job,took,pullRequest
mention: 'U067CTV6REE,U06BYPA2RGR'
mention: 'U067CTV6REE,U06BYPA2RGR,U081M9VG1SN,U082A3WSLN4'
if_mention: failure
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_BACKEND_WEBHOOK_URL }} # required
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
author_name: 'Deployment Fail Notification'
text: '서버 배포에 실패했습니다.'
fields: repo,message,commit,author,ref,workflow,job,took,pullRequest
mention: 'U067CTV6REE,U06BYPA2RGR'
mention: 'U067CTV6REE,U06BYPA2RGR,U081M9VG1SN,U082A3WSLN4'
if_mention: failure
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_BACKEND_WEBHOOK_URL }} # required
Expand Down

0 comments on commit 456b9ed

Please sign in to comment.