Skip to content

Commit

Permalink
feat: remove content and write title
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwon770 committed Sep 21, 2024
1 parent b50b8ec commit 275ed18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/dev-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
{
attachments: [{
color: '#50CAF1',
title: '서버 배포 알림',
text: `🏃‍♂️‍➡️ 개발 환경 Apply 모듈 CICD 진행 완료!`,
title: `🏃‍♂️‍➡️ 개발 환경 Apply 모듈 CICD 진행 완료!`,
fields: [
{
title: '배포 환경',
Expand Down Expand Up @@ -77,8 +76,7 @@ jobs:
{
attachments: [{
color: '#CA0025',
title: '서버 배포 알림',
text: `🧎‍♂️‍➡️ 개발 환경 Apply 모듈 CICD 진행 실패!`,
title: `🧎‍♂️‍➡️ 개발 환경 Apply 모듈 CICD 진행 실패!`,
fields: [
{
title: '배포 환경',
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/prod-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,7 @@ jobs:
{
attachments: [{
color: '#50CAF1',
title: '서버 배포 알림',
text: `🏃‍♂️‍➡️ 프로덕션 환경 Apply 모듈 CICD 진행 완료!`,
title: `🏃‍♂️‍➡️ 프로덕션 환경 Apply 모듈 CICD 진행 완료!`,
fields: [
{
title: '배포 환경',
Expand Down Expand Up @@ -192,8 +191,7 @@ jobs:
{
attachments: [{
color: '#CA0025',
title: '서버 배포 알림',
text: `🧎‍♂️‍➡️ 프로덕션 환경 Apply 모듈 CICD 진행 실패!`,
title: `🧎‍♂️‍➡️ 프로덕션 환경 Apply 모듈 CICD 진행 실패!`,
fields: [
{
title: '배포 환경',
Expand Down

0 comments on commit 275ed18

Please sign in to comment.