Skip to content

Commit

Permalink
fix: cicd 수정2
Browse files Browse the repository at this point in the history
  • Loading branch information
Shortood committed Sep 5, 2024
1 parent 3932f18 commit a4998b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
curl -H "Content-Type: application/json" \
-X POST \
-d "{\"content\": \"🚀 Client 배포가 성공적으로 완료되었습니다!\"}" \
-d "{\"content\": \"🚀 AI Server 배포가 성공적으로 완료되었습니다!\"}" \
${{ secrets.DISCORD_WEBHOOK_URL }}
# 7. 실패 시 디스코드 알림
Expand All @@ -60,5 +60,5 @@ jobs:
run: |
curl -H "Content-Type: application/json" \
-X POST \
-d "{\"content\": \"❌ Client 배포가 실패했습니다. 문제가 발생했습니다.\"}" \
-d "{\"content\": \"❌ AI Server 배포가 실패했습니다. 문제가 발생했습니다.\"}" \
${{ secrets.DISCORD_WEBHOOK_URL }}

0 comments on commit a4998b0

Please sign in to comment.