Update hook
This commit is contained in:
parent
57e670068e
commit
b5994a2caf
@ -15,7 +15,7 @@ trap "echo 'A problem occurred. Reverting to backup.'; rsync -aqz --del $BACKUP
|
||||
git clone --recursive $GIT_REPO $WORKING_DIRECTORY
|
||||
# cd $WORKING_DIRECTORY && git submodule update --init --recursive --remote
|
||||
rm -rf $PUBLIC_WWW/*
|
||||
hugo -s $WORKING_DIRECTORY -d ${PUBLIC_WWW} -b "https://${MY_DOMAIN}"
|
||||
$HOME/.local/bin/hugo -s $WORKING_DIRECTORY -d ${PUBLIC_WWW} -b "https://${MY_DOMAIN}"
|
||||
find $PUBLIC_WWW -type f \( -name '*.html' -o -name '*.js' -o -name '*.css' -o -name '*.xml' -o -name '*.svg' \) -exec gzip -v -k -f --best {} \; -exec touch -r {} "{}.gz" \;
|
||||
rm -rf $WORKING_DIRECTORY
|
||||
trap - EXIT
|
||||
|
Loading…
Reference in New Issue
Block a user