[add] Github Actions를 이용한 CD 도입#313
Open
sxunea wants to merge 11 commits into
Open
Conversation
# Conflicts: # buildSrc/src/main/java/DefaultConfig.kt
leeeha
reviewed
Oct 31, 2024
| @@ -0,0 +1,102 @@ | |||
| # JVM 옵션을 설정, 최대 힙 메모리를 4GB로 | |||
| pull_request: | ||
| branches: | ||
| - develop | ||
| - main |
Member
There was a problem hiding this comment.
현재 올린 코드가 프로덕션 앱 배포까지 자동화 하는 건지, 테스트 앱 배포만 자동화 하는 건지 궁금합니다!
저는 테스트 앱 배포 자동화라고 이해했는데, 그렇다면 release 브랜치에 PR이 올라올 때 CD가 트리거 되어야 할 거 같아요!
(main 브랜치는 프로덕션 버전 앱 배포 준비할 때 사용하고 있으니까)
Member
|
@sxunea 성공 슬랙 알림은 깃허브에서 release published로 이미 슬랙 알림 주고 있어서 따로 안추가했어요 ! -> 이거는 yml 파일에서 못 본 거 같은데, 어떻게 슬랙에 알림이 뜨는 건지 궁금하네요! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Work Description
📣 To Reviewers