Jekyll Static Web Hosting – Deployment Pipeline on AWS
1–10 of 67 posts
Re: Jekyll Static Web Hosting – Deployment Pipeline on AWS
#2Re: Jekyll Static Web Hosting – Deployment Pipeline on AWS
#3After I discovered Netlify, I'm kind of thinking "why bother". It's free, I just push to my repo and they take care of all the building/publishing/hosting/CDNs, and they're very responsive for support and have high availability. I'm a very happy customer (or rather leech, as I don't pay anything).
Re: Jekyll Static Web Hosting – Deployment Pipeline on AWS
#4Terraform config here: https://github.com/charlieegan3/personal-website/tree/master...
Re: Jekyll Static Web Hosting – Deployment Pipeline on AWS
#5I've recently setup a similar system for my personal site (middleman) but opted to use code pipeline - this way I don't need to pay for the EC2 instance. Terraform config here: https://github.com/charlieegan3/personal-website/tree/master...
Re: Jekyll Static Web Hosting – Deployment Pipeline on AWS
#6After I discovered Netlify, I'm kind of thinking "why bother". It's free, I just push to my repo and they take care of all the building/publishing/hosting/CDNs, and they're very responsive for support and have high availability. I'm a very happy customer (or rather leech, as I don't pay anything).
We use Netlify and find there are quite often (every few weeks) outages and caching issues.
Checking my monitoring logs I have 26 minutes of downtime attributable to Netlify since 03 March 2017. That's about 99.994% uptime.
If I attribute every single outage. That is 43 minutes since 03 March 2017, though some of those were not Netlify errors, but even so, if we are uncharitable/inaccurate and attribute them to Netlify that works out to 99.98% uptime.
Not bad for a free service.
They're also very transparent about service issues:
And support is very responsive. I recently talked to them about deprecating TLS 1.0 and 1.1 for instance, or providing the option to force TLS 1.2 if users desired. They were quick to respond and helpful.
So if you are seeing unusual issues, get in touch with them, even if you're a free user they'll still talk to you.
Re: Jekyll Static Web Hosting – Deployment Pipeline on AWS
#7After I discovered Netlify, I'm kind of thinking "why bother". It's free, I just push to my repo and they take care of all the building/publishing/hosting/CDNs, and they're very responsive for support and have high availability. I'm a very happy customer (or rather leech, as I don't pay anything).
We use Netlify and find there are quite often (every few weeks) outages and caching issues.
Re: Jekyll Static Web Hosting – Deployment Pipeline on AWS
#8After I discovered Netlify, I'm kind of thinking "why bother". It's free, I just push to my repo and they take care of all the building/publishing/hosting/CDNs, and they're very responsive for support and have high availability. I'm a very happy customer (or rather leech, as I don't pay anything).
Re: Jekyll Static Web Hosting – Deployment Pipeline on AWS
#9The c9 setup is really nice for online page editing and to compile the static pages. I am not quite sure, if I would really use it in my current workflow.
Disclaimer: I am the author of github-bucket.
[1] https://gohugo.io/ [2] https://github.com/berlam/github-bucket
Re: Jekyll Static Web Hosting – Deployment Pipeline on AWS
#10Sounds "just fine" for your own personal blog, sure…