Hacker News new | ask | show | jobs
by paxys 1522 days ago
The only concern is that you don't have any redundancy. What happens when you push an update? What if the service provider shuts down the VM to patch it?

If you are fine with your site being down for short periods of them then this approach is perfectly fine. Otherwise you'd need to set up multiple instances and some sort of load balancing between then.

Others have suggested hosted solutions for static sites (Netlify, Vercel, Github Pages, Cloudflare) and I think those would be a lot easier if you want a no fuss production solution.