Categories
Heroku Rails

Heroku: handy, useful commands

// In case errors happen…

$ heroku logs –tail 

$ git push heroku master // Push local changes

$  heroku run rake db:migrate // Push your new local db migrations to Heroku

Leave a Reply

Your email address will not be published. Required fields are marked *