Earlier quoted context omitted.
There are lots of hosting providers besides digitalocean - linode is a big one, so is joyent. I've been trying out digitalocean, but they make me nervous about reliability. Twice in 2 weeks I've gotten nonsensical abuse notifications (spamming, copyright infringement). One of the complaints was only 10 minutes after I spun up a droplet - my deploy script hadn't even finished. Makes me very nervous that DO will shut o…
Those providers are not PaaS providers, though -- they're IaaS providers. I don't want something where step 1 is "install an OS" or "configure iptables". I want something where deployment looks more like "git push origin/master --app production".
> cd app/production > vagrant up --provider=digital_ocean
?