#!/bin/sh hugo -D aws s3 sync public/ s3://sacha.ligthert.net-2022/ --delete sleep 5 aws cloudfront create-invalidation --distribution-id E1DZQQB3G29QCR --path "/*"