ena526
HOBBYOP
2 years ago
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?
2 Replies
2 years ago
yes! store those files in a volume -