Deployment - rbgus2002/cactusdy GitHub Wiki

배포 방식 변화 as-is : main branch에 merge가 되는 경우 cd script 실행 to-be : commit에 deploy-* 형식의 tag가 push 되는 경우 cd script 실행

  1. feature branch에서 작업
  2. main에 squash merge
  3. 배포 업무 작성
  4. main branch에 push commit tag (ex. deploy-20240611)