blog.ligthert.net/update_blog.sh

7 lines
90 B
Bash
Executable File

#!/bin/sh
git pull
cd site/
hugo -D
aws s3 sync public/ s3://blog.ligthert.net/ --delete