The 5-Minute Tax I Killed With GitHub Actions
Originally published on graycloudarch.com.
Every time I finished writing a blog post, I had to do this:
cd sites/graycloudarch
hugo --minify
aws s3 sync public/ s3://graycloudarch-website --delete
aws cloudfront create-invalidation --distribution-id...
tallgray.hashnode.dev3 min read