Leaving files during redeployment
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

ena526
HOBBYOP

2 years ago

8499c1c2-d5c8-4fcc-a836-d35457a810f3


2 years ago

yes! store those files in a volume -


Loading...