update_blog.sh 166 B

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