Deployment - rbgus2002/cactusdy GitHub Wiki
배포 방식 변화 as-is : main branch에 merge가 되는 경우 cd script 실행 to-be : commit에 deploy-* 형식의 tag가 push 되는 경우 cd script 실행
- feature branch에서 작업
- main에 squash merge
- 배포 업무 작성
- main branch에 push commit tag (ex. deploy-20240611)