배포 순서.

 

git add .

git commit -m '메모'

git push -u origin master

git push heroku master

heroku ps:scale web=1

heroku open

 

+ Recent posts