DEV Community

Discussion on: How would you deploy a simple web application to a single VM?

Collapse
 
deciduously profile image
Ben Lovy • Edited

I'm currently using Docker for this, but it's starting to feel like overkill for most of my personal use cases - my Rust roll-your-own-website is a 5MB binary but rebuilds include all my deps, so pushing changes generally involves pushing hundreds of megabytes of recalc'd layers around. Curious to see what people have to say here - I dig the convenience, just not the bandwidth.