티스토리 뷰

프로그래밍

heroku 에 flask앱 배포하기

OneByteSir 2021. 5. 23. 21:08

$ git init

$ heroku git:remote -a 어플리케이션이름

 

 

$ git add .

$ git commit -am "make it better"

$ git push heroku master