File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change
1
+ name : sms-production-CD
2
+
1
3
on :
2
4
push :
3
5
branches : [ "ops/cd-test" ]
4
6
5
7
jobs :
6
8
CD :
7
- name : CD
8
9
runs-on : ubuntu-latest
9
10
environment : production
10
11
@@ -75,20 +76,20 @@ jobs:
75
76
76
77
- name : SMS-Backend-CD Discord Notification
77
78
uses : sarisia/actions-status-discord@v1
78
- if : ${{ success() }}
79
+ if : success()
79
80
with :
80
81
title : ✅ SMS-Backend-CD 성공! ✅
81
82
webhook : ${{ secrets.SMS_DISCORD_WEBHOOK }}
82
83
status : ${{ job.status }}
83
84
image : ${{ secrets.CD_SUCCESS_IMAGE }}
84
- description : 영역전개 CD 성공
85
+ description : 프로덕션 CD 성공
85
86
color : 00FF00
86
87
username : SMS CD 봇
87
88
url : https://github.com/GSM-MSG/SMS-BackEnd
88
89
89
90
- name : SMS-Backend-CD Discord Notification
90
91
uses : sarisia/actions-status-discord@v1
91
- if : ${{ failure() }}
92
+ if : failure()
92
93
with :
93
94
title : ❗️ SMS-Backend-CD 실패! ❗️
94
95
webhook : ${{ secrets.SMS_DISCORD_WEBHOOK }}
You can’t perform that action at this time.
0 commit comments