Install and add as remote repo brew install heroku/brew/heroku heroku login cd my-rails-project git remote add heroku git@heroku.com:my-heroku-project.git Run migrations heroku run rake db:migrate