Application on Github and heroku: ignore file on one and not the other

I have an application whose code runs on github but which is hosted on heroku. I have a configuration file that I don’t want on Github, but I need on geroku.

Does anyone have a smart solution?

+3
source share
1 answer

Use config vars instead of file.

+2
source

All Articles