File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 11name : CI/CD
22
33on :
4- # push:
5- # branches: [ "feature/seungmin" ]
4+ push :
5+ branches : [ "feature/seungmin" ]
66
77# push:
88# branches: [ "feature/seungin" ]
@@ -200,22 +200,22 @@ jobs:
200200 fi
201201
202202 # ✅ 배포 성공 알림 (Discord)
203- - name : Send success webhook to Discord
204- if : success()
205- run : |
206- curl -H "Content-Type: application/json" \
207- -X POST \
208- -d "{\"content\": \"✅ EC2 배포 성공!\"}" \
209- ${{ secrets.DISCORD_WEBHOOK_URL }}
210-
211- # ❌ 배포 실패 알림 (Discord)
212- - name : Send failure webhook to Discord
213- if : failure()
214- run : |
215- curl -H "Content-Type: application/json" \
216- -X POST \
217- -d "{\"content\": \"❌ EC2 배포 실패! 확인이 필요합니다.\"}" \
218- ${{ secrets.DISCORD_WEBHOOK_URL }}
203+ # - name: Send success webhook to Discord
204+ # if: success()
205+ # run: |
206+ # curl -H "Content-Type: application/json" \
207+ # -X POST \
208+ # -d "{\"content\": \"✅ EC2 배포 성공!\"}" \
209+ # ${{ secrets.DISCORD_WEBHOOK_URL }}
210+ #
211+ # # ❌ 배포 실패 알림 (Discord)
212+ # - name: Send failure webhook to Discord
213+ # if: failure()
214+ # run: |
215+ # curl -H "Content-Type: application/json" \
216+ # -X POST \
217+ # -d "{\"content\": \"❌ EC2 배포 실패! 확인이 필요합니다.\"}" \
218+ # ${{ secrets.DISCORD_WEBHOOK_URL }}
219219
220220
221221
You can’t perform that action at this time.
0 commit comments