본문 바로가기
  • 행복하게 오래오래 개발자로 살아가기
Old/NODE.JS

heroku에 새로운 application 생성 부터 deploy 까지

by yundev 2013. 10. 30.
반응형


1.     github에 새로운 repository를 만든다

2.     새로운 repository에서 git bash

3.     heroku apps:create application

4.     git remote –v

5.     git push heroku master


 https://devcenter.heroku.com/articles/creating-apps

https://devcenter.heroku.com/articles/git


반응형