[Heroku]DiscordJS上版流程紀錄
- 第一次上版
heroku login
git init
heroku git:remote -a <app_name>
git add .
git commit -am "make it better"
git push heroku master
以上執行完畢後回到Heroku App畫面
在Resources的地方將web npm start關閉
Protfile中的worker打開
- 後續更版
heroku login
git add .
git commit -am "make it better"
git push heroku master
留言
張貼留言