Old/NODE.JS
heroku에 새로운 application 생성 부터 deploy 까지
yundev
2013. 10. 30. 10:26
반응형
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
반응형