https://github.com/milldr/millerd
personal website and terraform example
https://github.com/milldr/millerd
aws cloudposse jekyll terraform
Last synced: 3 months ago
JSON representation
personal website and terraform example
- Host: GitHub
- URL: https://github.com/milldr/millerd
- Owner: milldr
- Created: 2017-05-17T16:08:20.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2022-03-05T16:53:52.000Z (over 4 years ago)
- Last Synced: 2025-03-29T09:09:10.104Z (over 1 year ago)
- Topics: aws, cloudposse, jekyll, terraform
- Language: SCSS
- Homepage:
- Size: 788 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# millerd.me
Personal website: https://millerd.me
## App
- Static site built with Astro
- Deployed to S3 with GitHub Actions
- Run locally: `cd app/millerd && npm install && npm run dev`
## Terraform
- Created using Cloudposse TF Provider
- Deployed with GitHub Actions
- Run locally from given subdirectory with `terraform plan|apply --var-file=millerd.tfvars`
## References
- Cloudposse CDN terraform module: https://github.com/cloudposse/terraform-aws-cloudfront-s3-cdn
- Static Site Generator: https://astro.build/