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?
Solution:Jump to solution
yes! store those files in a volume - https://docs.railway.app/guides/volumes
3 Replies
Project ID:
8499c1c2-d5c8-4fcc-a836-d35457a810f3
8499c1c2-d5c8-4fcc-a836-d35457a810f3
Solution
yes! store those files in a volume - https://docs.railway.app/guides/volumes