This is the source for my personal blog.
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.
This is the source for my personal blog.
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.