heroku commands
deploy
- git push heroku master
log tail
heroku logs --tail --app [appname]
- heroku logs --tail --app [appname] | grep -E "like|comment"
run bash
- heroku run bash
scale
- heroku ps:scale worker=1
- heroku ps:scale web=1
heroku logs --tail --app [appname]
- heroku logs --tail --app [appname] | grep -E "like|comment"