-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[add] Github Actions를 이용한 CD 도입 #313
base: develop
Are you sure you want to change the base?
Conversation
# Conflicts: # buildSrc/src/main/java/DefaultConfig.kt
@@ -0,0 +1,102 @@ | |||
# JVM 옵션을 설정, 최대 힙 메모리를 4GB로 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4GB로 설정한 이유가 있는지 궁금합니다!
pull_request: | ||
branches: | ||
- develop | ||
- main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
현재 올린 코드가 프로덕션 앱 배포까지 자동화 하는 건지, 테스트 앱 배포만 자동화 하는 건지 궁금합니다!
저는 테스트 앱 배포 자동화라고 이해했는데, 그렇다면 release 브랜치에 PR이 올라올 때 CD가 트리거 되어야 할 거 같아요!
(main 브랜치는 프로덕션 버전 앱 배포 준비할 때 사용하고 있으니까)
@sxunea 성공 슬랙 알림은 깃허브에서 release published로 이미 슬랙 알림 주고 있어서 따로 안추가했어요 ! -> 이거는 yml 파일에서 못 본 거 같은데, 어떻게 슬랙에 알림이 뜨는 건지 궁금하네요! |
📝 Work Description
📣 To Reviewers