heroku 썸네일형 리스트형 [heroku] 자주 쓰는 명령어 herokuheroku toolbelt 설치는 필수 local 환경에서 돌리고 싶을 때$ foreman start web주소는 localhost:500 배포하고 볼 때$ heroku open주소는 https://app이름.herokuapp.com config 확인$ heroku config 저장소(repository) 복사(clone)> heroku git:clone -a app이름> cd app이름heroku setting에 있는 git url으로 아래의 명령을 사용하면 에러남git clone 사용자명@호스트:/원격/저장소/경로 변경사항 배포(deploy)> git add . > git commit -am "make it better" > git push heroku master 저장소 업데이트> gi.. 더보기 이전 1 다음