반응형
heroku App는 앱마다 git 저장소가 있다.
처음에 A라는 프로젝트를 배포하고 있다가, 일괄 B 프로젝트로 변경해야 할때
기존처럼 git push heorku master 하면 문제가 생긴다.
당연히 git 상태 버전이 안맞기 때문에
기존 heroku app git 저장소를 초기화 해주어야 한다.
# heroku-repo 설치
heroku plugins:install heroku-repo
# 기존 git 초기화 명령어
$ heroku repo:reset --app AppName
그런 다음 다시 git push heroku master 를 하면 새롭게 push가 가능하다.
반응형
'heroku & salesforce' 카테고리의 다른 글
IOS) salesforce chatbot embeddedservice-chatheader_chatheader not visible (0) | 2022.11.09 |
---|---|
[Django] TypeError: Object of type datetime is not JSON serializable ( simple salesforce ) (0) | 2022.10.25 |
[heroku] Django static 깨짐 현상 & WHITENOISE 설정 (0) | 2022.06.03 |
[heroku] Auth0 카카오 로그인 연동하기 _Auth0 Social Login (0) | 2022.05.18 |
[Django] 파이썬 장고 salesforce 로그인 연동 _simple_salesforce (0) | 2022.05.16 |
댓글