Ask HN: heroku-like service for static websites?

4 points by rileytg ↗ HN
I'm constantly building new static sites, deployed using github pages (not enough control over my sites, goes down easily) and s3 (pain in the ass generally). I now need a better option because everything i find is FTP deploy which is lame. I want git or some other cross platform cli & gui way to deploy. Any suggestions?

11 comments

[ 2.9 ms ] story [ 24.4 ms ] thread
bitballoon.com is your best bet! Deploys are via Git and every commit is there, so you can revert to a previous state if u mess up. Plus if u dnt like git, deploy via uploading a zip of the site.
This is pretty awesome. Never heard of them until today - looks interesting.
Use a single-dino Heroku to receive the latest push and have the dino deploy the appropriate folders to S3 for you?

I don't know of an existing way to do that but it would be a negligible amount of code + amazon sdk in most languages.

We're building http://www.divshot.io/ to be exactly this. Currently in private beta and will be launching soon (in fact, anyone who sees this just shoot us an email and we'll let you in).

CDN-accelerated, automatic development and staging environments for every app, SSL support...take a look!

Wait, so just to be clear, divshot.com is the editor, and the divshot.io part is kind of a PaaS for static sites? Seems pretty exciting for front-end development :)
Yup, you got it. Sorry it took me a bit to see this post.
Why is FTP lame? It works. Just select your folder, FTP it, go get some coffee, and wa-la, it's up!