From 275ed18d55f5a0e90dcacf0be53d17b0d0b85fbf Mon Sep 17 00:00:00 2001 From: Kwon770 Date: Sat, 21 Sep 2024 21:37:11 +0900 Subject: [PATCH] feat: remove content and write title --- .github/workflows/dev-deploy.yaml | 6 ++---- .github/workflows/prod-deploy.yaml | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/dev-deploy.yaml b/.github/workflows/dev-deploy.yaml index c62cfdc..2aac4da 100644 --- a/.github/workflows/dev-deploy.yaml +++ b/.github/workflows/dev-deploy.yaml @@ -38,8 +38,7 @@ jobs: { attachments: [{ color: '#50CAF1', - title: '서버 배포 알림', - text: `🏃‍♂️‍➡️ 개발 환경 Apply 모듈 CICD 진행 완료!`, + title: `🏃‍♂️‍➡️ 개발 환경 Apply 모듈 CICD 진행 완료!`, fields: [ { title: '배포 환경', @@ -77,8 +76,7 @@ jobs: { attachments: [{ color: '#CA0025', - title: '서버 배포 알림', - text: `🧎‍♂️‍➡️ 개발 환경 Apply 모듈 CICD 진행 실패!`, + title: `🧎‍♂️‍➡️ 개발 환경 Apply 모듈 CICD 진행 실패!`, fields: [ { title: '배포 환경', diff --git a/.github/workflows/prod-deploy.yaml b/.github/workflows/prod-deploy.yaml index d4c19d8..1e83235 100644 --- a/.github/workflows/prod-deploy.yaml +++ b/.github/workflows/prod-deploy.yaml @@ -153,8 +153,7 @@ jobs: { attachments: [{ color: '#50CAF1', - title: '서버 배포 알림', - text: `🏃‍♂️‍➡️ 프로덕션 환경 Apply 모듈 CICD 진행 완료!`, + title: `🏃‍♂️‍➡️ 프로덕션 환경 Apply 모듈 CICD 진행 완료!`, fields: [ { title: '배포 환경', @@ -192,8 +191,7 @@ jobs: { attachments: [{ color: '#CA0025', - title: '서버 배포 알림', - text: `🧎‍♂️‍➡️ 프로덕션 환경 Apply 모듈 CICD 진행 실패!`, + title: `🧎‍♂️‍➡️ 프로덕션 환경 Apply 모듈 CICD 진행 실패!`, fields: [ { title: '배포 환경',