Skip to content

Instantly share code, notes, and snippets.

@sneeu
Created July 4, 2018 17:03
Show Gist options
  • Save sneeu/971141debe2db23640cf337bfb172437 to your computer and use it in GitHub Desktop.
Save sneeu/971141debe2db23640cf337bfb172437 to your computer and use it in GitHub Desktop.
Hugo Build/upload to S3/CF invalidation Makefile
.PHONY: build
build:
hugo
s3cmd sync --delete-removed public/ s3://sneeu.com/
aws cloudfront create-invalidation --distribution-id «REDACTED» --paths "/*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment