Hacker News new | ask | show | jobs
by ricardobeat 4773 days ago
When using Heroku and similar hosts, the only way to upload files is via git push, so you won't be able to get your _secrets.py file into the server.
1 comments

Oh, that's a very good point. I assume Heroku allows you to set environment variables? I've never really used it before, so I didn't even think of that possibility.
Yes, Heroku does, with 'heroku config'.