Skip to content

Commit 69d927f

Browse files
committed
fix: prod deploy 슬랙 메시지 수정
1 parent 80faa8f commit 69d927f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ jobs:
6666
curl -X POST ${{ secrets.SLACK_DEPLOY_WEBHOOK_URL }} \
6767
-H 'Content-Type: application/json' \
6868
-d "{
69-
\"text\": \"${ICON} *[Develop] ${STATUS}*\n• Repo: ${{ github.repository }}\n• Branch: develop\n• Author: @${{ github.actor }}\n• Commit: ${COMMIT_MSG}\n• Duration: ${DURATION}\n• <${ACTIONS_URL}|Actions 보기>\"
69+
\"text\": \"${ICON} *[Production] ${STATUS}*\n• Repo: ${{ github.repository }}\n• Branch: develop\n• Author: @${{ github.actor }}\n• Commit: ${COMMIT_MSG}\n• Duration: ${DURATION}\n• <${ACTIONS_URL}|Actions 보기>\"
7070
}"

0 commit comments

Comments
 (0)