Ask HN: heroku-like service for static websites?
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 ] threadI 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 have a static template that you can see here: https://github.com/octohost/html
You can also use all sorts of other languages/frameworks - a full list is here: http://www.octohost.io/languages
Deploys use git.
CDN-accelerated, automatic development and staging environments for every app, SSL support...take a look!
http://www.lemiffe.com/how-to-deploy-a-static-page-to-heroku...