heroku
Connecting and updating heroku
connect local repo to heroku service
$ heroku loginadd heroku git repo as remote
$ heroku git:remote -a <heroku-repo>push updates / restarding dyno
$ git push heroku master
Troubleshooting
get log
$ heroku logscheck dyno status
$ heroku psopen terminal on running dyno
$ heroku ps:execopen bash on dyno
$ heroku run bashset timeout to the app (time to respond on $PORT):
Last updated
Was this helpful?