From 57a28deb1ebe23c227c7fb53b347ee088d2f1104 Mon Sep 17 00:00:00 2001 From: TaeSeung Yoo <59465914+gudusol@users.noreply.github.com> Date: Thu, 19 Sep 2024 22:53:17 +0900 Subject: [PATCH] =?UTF-8?q?[Docs/#309]=20=EB=B0=B0=ED=8F=AC=20workflow=20?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=20=EC=88=98=EC=A0=95=20(#310)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: 배포 슬랙 알림 메세지 수정 * docs: PR 템플릿 수정 --- .github/pull_request_template.md | 2 +- .github/workflows/ec2Deploy.yaml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7fafd098..35a02314 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,7 +10,7 @@ ## 체크리스트 - [ ] 🎋 base 브랜치를 develop 브랜치로 설정했나요? -- [ ] 🖌️ PR 제목은 형식에 맞게 잘 작성했나요? e.g. [Feat/#1] 로그인 기능 추가 +- [ ] 🖌️ PR 제목은 형식에 맞게 잘 작성했나요? - [ ] 🏗️ 빌드는 성공했나요? (yarn build) - [ ] 🧹 불필요한 코드는 제거했나요? e.g. console.log - [ ] 🙇‍♂️ 리뷰어를 지정했나요? diff --git a/.github/workflows/ec2Deploy.yaml b/.github/workflows/ec2Deploy.yaml index 79346e88..ea848ecd 100644 --- a/.github/workflows/ec2Deploy.yaml +++ b/.github/workflows/ec2Deploy.yaml @@ -32,5 +32,7 @@ jobs: env: SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} SLACK_MESSAGE: | - :rocket: 배포가 완료되었습니다! - + :rocket: 배포 완료! + 작성자: ${{ github.event.head_commit.author.name }} + 메시지: ${{ github.event.head_commit.message }} + :white_check_mark: 서비스가 정상적으로 배포되었습니다. PICKPLE 화이팅!