blog/update.sh
2020-03-12 21:26:09 +01:00

7 lines
68 B
Bash
Executable file

#!/bin/bash
git pull
HUGO_ENV=production hugo --gc --minify
exit