my webpage
git submodule update --init
gem install bundler
bundle install
bundle exec jekyll serve
Leveraging all AWS.
AWS Route53
AWS Cloudfront
AWS S3
- There's a filmaj.ca bucket configured for static hosting, with public GET permissions on it.
Leveraging GitHub Actions to build and upload the site to S3. Post-upload it also invalidates changed files in CloudFront.
For details see the build.yml
file.