i have deployed my project… its running completley… now at every 5 minitues its creating 1 file name results.txt i want to access it… but unable to find it…In files its showing but its old only when i run code manual its updating… which data is available in deployed project how can i access it?
Hey @Jamesjenkins7!
The filesystem of your Deployment is separate from the one in your Repl. If your Deployment modifies it’s filesystem, those changes will not be reflected in your Repl. However, if you edit your Repl and redeploy, those changes will be updated.
Deployments do not have a persistent filesystem yet, so any changes your Deployment makes will disappear once you redeploy or if the Deployment reboots. (bullet #10 of our troubleshooting doc)