heroku에서 master 브랜치가 아닌 다른 브랜치를 배포하고 싶은 경우

2015-09-16 13:56

먼저 배포하고 싶은 프로젝트의 브랜치로 이동한 상태에서 다음과 같이 실행한다.

  • git push heroku +HEAD:master
  • git push -f heroku HEAD:master

위와 같이 진행해도 되고, 브랜치로 이동하지 않은 상태에서 특정 브랜치를 다음과 같이 지정할 수 있다.

  • git push heroku yourbranch:master

http://stackoverflow.com/questions/2971550/how-to-push-different-local-git-branches-to-heroku-master

0개의 의견 from SLiPP

의견 추가하기

연관태그

← 목록으로