Skip to content

Instantly share code, notes, and snippets.

@mikepaszkiewicz
Created October 23, 2019 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikepaszkiewicz/3a6d3d3a3193d5a9cb421a79e6170875 to your computer and use it in GitHub Desktop.
Save mikepaszkiewicz/3a6d3d3a3193d5a9cb421a79e6170875 to your computer and use it in GitHub Desktop.
DevOps Cheat Sheet
##HEROKU
#view running processes
heroku ps -a habitat-api-express
#kill running pid/stuck release
heroku ps:kill release.6104 -a habitat-api-express-staging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment