-
Notifications
You must be signed in to change notification settings - Fork 1
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
🛠️ CI/CD 파이프라인 구축 #5
Conversation
This pull request is automatically being deployed by Amplify Hosting (learn more). |
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.
사소한 팁 공유드립니다! 필요하시다면 추가로 수정하셔도 좋을 것 같아요 :)
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.
수고많으셨습니다! 병합하셔도 좋습니당!
작업 이유
CI/CD 파이프라인 구축
작업 사항
지속적 통합(Continuous Integration)
test.yml
workflow에 등록된 lint와 test를 진행합니다.지속적 배포(Continuous Deployment)
deploy.yml
에 등록된 workflow를 실행합니다.위 작업 사항은 wiki CI CD Pipeline 문서에 정리해두었습니다!!
리뷰어가 중점적으로 확인해야 하는 부분
발견한 이슈
github flow를 git flow랑 착각하여 CI/CD Pipeline trigger가 develop 브런치로 설정되어 있어, github flow에 맞춰 아래의 내용을 수정하였습니다.
develop
->main
develop
->main
master
->main