Created
July 4, 2018 17:03
-
-
Save sneeu/971141debe2db23640cf337bfb172437 to your computer and use it in GitHub Desktop.
Hugo Build/upload to S3/CF invalidation Makefile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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