Skip to content

Commit 80faa8f

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

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
@@ -22,7 +22,7 @@ jobs:
2222
curl -X POST ${{ secrets.SLACK_DEPLOY_WEBHOOK_URL }} \
2323
-H 'Content-Type: application/json' \
2424
-d "{
25-
\"text\": \":rocket: *[Develop] 배포 시작*\n• Repo: ${{ github.repository }}\n• Branch: develop\n• Author: @${{ github.actor }}\n• Commit: ${COMMIT_MSG}\n• <${ACTIONS_URL}|Actions 보기>\"
25+
\"text\": \":rocket: *[Production] 배포 시작*\n• Repo: ${{ github.repository }}\n• Branch: develop\n• Author: @${{ github.actor }}\n• Commit: ${COMMIT_MSG}\n• <${ACTIONS_URL}|Actions 보기>\"
2626
}"
2727
2828
- name: Create tar archive

0 commit comments

Comments
 (0)