|
|
|
|
|
by chrisanthropic
3491 days ago
|
|
I've been using Jekyll + Gitlab + S3 + Cloudfront (+ lambda). This costs me just over 50 cents a month, almost all of which is the Route53/DNS costs. - Gitlab stores the source and GitlabCI builds the site.
- Lambda triggers the build on a schedule.
- GitlabCI pushes the site to S3 (using Gitlab ENV VARS!).
- CloudFront as the CDN, also provides free SSL.
|
|