So I have an application that uploads media into public/uploads/{member_id}/file.ext
As expected when a new deployment is done, the uploads no longer work as the public folder is created new.
My question is, How can I either MOVE the contents of public/upload to the new release or create something similar to how the storage folder works, which is maintained across deployments.