Skip to content

Commit 4fecb99

Browse files
committed
[test] 웨이블존 상세 조회 페이지 이전, 다음 버튼 배포 테스트
1 parent 7210a3c commit 4fecb99

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/cd-develop.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: CI/CD
22

33
on:
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

0 commit comments

Comments
 (0)