ENA
Leaving files during redeployment
I have an nodejs application that generates an json file to store a list of subscribers. I don't want this to be uploaded on github and I want this to not reset during redeployment. Is there a way to keep some files when I change some code and the application rebuilds?
5 replies