Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 555 Bytes

DEPLOYMENT.md

File metadata and controls

17 lines (11 loc) · 555 Bytes

Deploy to Heroku

You need logged in to the Heroku account.

Staging deploy

  • Run git push staging master. If you need migrate DB or seed new data, run commands from web console --> here.

Production deploy

  • Run git push heroku master. If you need migrate DB or seed new data, run these commands:
  • Run heroku run rake db:migrate.
  • Run heroku run rake db:seed.