- Create an app on Heroku
- Create a free Postgres Heroku instance.
- Set a new git remote to your Heroku git link
- Copy your Heroku git link from Heroku's website
- Go back to the root of your project directory and type
git remote add production <your heroku git link>