배포 순서.
git add .
git commit -m '메모'
git push -u origin master
git push heroku master
heroku ps:scale web=1
heroku open
'Yame Programmer > node.js' 카테고리의 다른 글
[NODE,NEST] SERVICE_KEY_IS_NOT_REGISTERED_ERROR 해결 (1) | 2024.04.07 |
---|---|
[heroku] Cannot find module 'webpack' (0) | 2021.02.14 |
[NODE.JS] Socket.IO 자기 브라우저 에서만 emit 되는 현상 해결 방법 (0) | 2017.04.26 |
[node.js]configuration resolve has an unknown property 'root' 해결 방법 (0) | 2017.03.06 |
[node.js] Can't not resolve 'react-hot' 에러 해결 방법 (0) | 2017.03.02 |