Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 229 Bytes

NOTES.md

File metadata and controls

9 lines (8 loc) · 229 Bytes

Heroku Deployment

heroku apps:create interactive-elastic
heroku git:remote --app interactive-elastic
heroku addons:create searchbox:starter
heroku config:set SECRET_KEY=12345678
heroku config:set FLASK_ENV=Production