Leaving files during redeployment
ena526
HOBBYOP

a year 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

ena526
HOBBYOP

a year ago

8499c1c2-d5c8-4fcc-a836-d35457a810f3


brody
EMPLOYEE

a year ago

yes! store those files in a volume -


Loading...