#!/bin/sh git pull cd site/ hugo -D aws s3 sync public/ s3://blog.ligthert.net/ --delete sleep 5 aws cloudfront create-invalidation --distribution-id E13C4ILGFG6IB2 --path "/*"