Automated commit & build on 2025-04-21

This commit is contained in:
firebadnofire 2025-04-21 18:59:23 +00:00
parent 992bfdbe03
commit 4b31b23d55
Signed by: firebadnofire
SSH key fingerprint: SHA256:bnN1TGRauJN84CxL1IZ/2uHNvJualwYkFjOKaaOilJE

View file

@ -1,12 +1,7 @@
#!/bin/bash
if [[ -z "${!1+x}" ]]; then
echo "Error: Variable '$1' is not set"
exit 1
fi
hugo --cleanDestinationDir
sudo rsync -av --delete ./public/ /var/www/pol/public/
sudo rsync -av --delete ./public/ /var/www/g/public/
git pull --rebase