Skip to content

Commit

Permalink
feat: move environment to field
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Nov 26, 2023
1 parent 8eceba4 commit 4bc700f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,13 @@ jobs:
attachments: [{
color: '#59f764',
title: '백엔드 배포 알림',
text: `NO5ING ${{ env.ENVIRONMENT }} 새 리비전 배포 성공!`,
text: `NO5ING 서버 새 리비전 배포 성공!`,
fields: [
{
title: '배포 환경',
value: `${process.env.ENVIRONMENT}`,
short: true,
},
{
title: '배포자',
value: `${process.env.AS_AUTHOR}`,
Expand Down

0 comments on commit 4bc700f

Please sign in to comment.