AWS
<a href="http://docs.aws.amazon.com/AmazonS3/latest/dev/website-hosting-custom-domain-walkthrough.html" rel="nofollow">http://docs.aws.amazon.com/AmazonS3/latest/dev/website-hosti...</a><p>Costs me about $0.50 a month to host a simple, static site.
Azure Websites (free level) is also an option: <a href="http://azure.microsoft.com/en-us/pricing/details/web-sites/" rel="nofollow">http://azure.microsoft.com/en-us/pricing/details/web-sites/</a><p>The free level only allows "azurewebsites.net subdomain with FTP/S and SSL".<p>If you want a custom domain name in Azure Websites, then you need to pay for the "shared" level (at least) and in my opinion the price goes over what any standard hosting company would charge:<p><a href="http://azure.microsoft.com/en-us/pricing/calculator/" rel="nofollow">http://azure.microsoft.com/en-us/pricing/calculator/</a><p>1 site, 2GB bandwidth = $9.68/mo!!
BitBalloon <a href="http://bitballoon.com" rel="nofollow">http://bitballoon.com</a> is free and easy to deploy to. They also compress your assets and host it on a cdn!
if you are using a git repo, you might want to check out github pages - <a href="https://pages.github.com/" rel="nofollow">https://pages.github.com/</a> - free to host