On a small project we use Vagrant for development environments.
Given the simplicity of the setup, we are considering using it for production since it's a small project with low traffic.
I know I can take a classic server, fire Vagrant and re-route th 80 port to the virtual machine, but I wonder if a more appropriate solution exist. Like a hosting where you could deploy a Vagrant machine without having a "host" to maintain: only the virtual machine would be accessible.