Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 201 Bytes

heroku.md

File metadata and controls

11 lines (8 loc) · 201 Bytes

Log

heroku logs --tail --remote staging

run bash

heroku run bash --remote staging

Restart

heroku restart --remote staging

Restart just a process

heroku ps:restart worker --remote production