From 66c5dbdb90c5eec5ce55f2e177d29aaae44b22bd Mon Sep 17 00:00:00 2001 From: sm4640 Date: Fri, 16 Jan 2026 12:25:57 +0900 Subject: [PATCH] =?UTF-8?q?Settings=20[main]:=20CI/CD=20=EA=B2=B0=EA=B3=BC?= =?UTF-8?q?=20discord=20=EC=95=8C=EB=A6=BC=20=EB=B0=9C=EC=86=A1=20?= =?UTF-8?q?=EB=A9=94=EC=8B=9C=EC=A7=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/cicd.yml b/.gitea/workflows/cicd.yml index 72ae412..e7e64ad 100644 --- a/.gitea/workflows/cicd.yml +++ b/.gitea/workflows/cicd.yml @@ -61,10 +61,10 @@ jobs: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} run: | if [ "${{ job.status }}" = "success" ]; then - MESSAGE="πŸš€ **Build Success!**" + MESSAGE="πŸš€ **Build & Deploy Success!**" COLOR=3066993 # 녹색 계열 else - MESSAGE="⚠️ **Build Failed!**" + MESSAGE="⚠️ **Build or Deploy Failed!**" COLOR=15158332 # 빨간색 계열 fi