I have a large number of images and also allow uploads. It seems mix release is geared toward storing everything in a CDN. Is there no way around this? I would prefer to keep everything locally.
Why would you want your releases to deal with files, especially uploaded ones, which are not managed inline with code changes.
1 Like
I don’t want to. But mix assets.deploy takes everything in the priv/static/images and starts processing them. Is there a way to exclude them from the release? I just want to store them in the app folder somewhere and not use a CDN. Or is it possible to skip releases altogether for production?




















