Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 363 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 363 Bytes

This is the source for my personal blog.

Deploying

The Github Actions publish job will build the site and push it to staging.

Push to prod with the ./publish script, which just does an aws s3 cp --recursive from the staging bucket to the prod bucket.