Skip to content

Commit

Permalink
[Docs/#309] 배포 workflow 파일 수정 (#310)
Browse files Browse the repository at this point in the history
* docs: 배포 슬랙 알림 메세지 수정

* docs: PR 템플릿 수정
  • Loading branch information
gudusol authored Sep 19, 2024
1 parent 0cb23dd commit 57a28de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
## 체크리스트

- [ ] 🎋 base 브랜치를 develop 브랜치로 설정했나요?
- [ ] 🖌️ PR 제목은 형식에 맞게 잘 작성했나요? e.g. [Feat/#1] 로그인 기능 추가
- [ ] 🖌️ PR 제목은 형식에 맞게 잘 작성했나요? <!-- e.g. [Feat/#1] 로그인 기능 추가 -->
- [ ] 🏗️ 빌드는 성공했나요? (yarn build)
- [ ] 🧹 불필요한 코드는 제거했나요? e.g. console.log
- [ ] 🙇‍♂️ 리뷰어를 지정했나요?
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/ec2Deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 화이팅!

0 comments on commit 57a28de

Please sign in to comment.