@nolannordlund You should check out the Laravel YouTube channel series about Vapor. Somewhere in there they talk about size limits for artifacts and how to get around that with Docker containers.
Vapor deployment size is too big
I'm running into the deployment size limit with one of my Vapor projects. I've been deploying apps on Vapor for a while and this is the first time I've had this issue. My first thought was to try separate-vendor: true on my environment but the deployment artifact is the same size causing the deployment to fail still. Is separate-vendor still a thing? I know I had seen it in the past but I don't actually see it in the docs anymore. I don't have many public assets either so I'm not really sure why the deployment artifact is so big suddenly. I could also go the docker route if needed but I feel like docker has always been more trouble than it is worth.
Please or to participate in this conversation.