How to access heroku's remote terminal for desired app/repo
1. Clone Heroku Repo
e.g: git clone git@heroku.com:sample-app.git
Note: make sure to download the Heroku Toolbelt and login with you credentials.
2. locate on app directory
e.g: cd sample-app
3. run this
heroku run bash
type "exit" to go back to local terminal
No comments:
Post a Comment