Skip to content

Instantly share code, notes, and snippets.

@tiagomatos
Created February 22, 2019 21:09
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 tiagomatos/863db9310a17892438cb3813abd959fc to your computer and use it in GitHub Desktop.
Save tiagomatos/863db9310a17892438cb3813abd959fc to your computer and use it in GitHub Desktop.
Get Heroku Public IP
# at heroku console
heroku ps:exec -a jumpseller-apps -d worker.1 --ssh
# then
curl 'https://api.ipify.org'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment