Skip to content

astahlman/andrewstahlman_dot_com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.