her.esy.fun/deploy.sh
Yann Esposito (Yogsototh) 90c072ab8c
add file size
2019-11-13 00:36:17 +01:00

16 lines
310 B
Bash
Executable file

#!/usr/bin/env zsh
rootdir=${0:h}
echo $rootdir
echo "Full Build"
./fullbuild.sh
echo "Update file size"
./update-file-size.sh
echo "Building RSS"
./mkrss.sh
echo "RSS Built"
echo -n "Publishing"
rsync --progress --partial -avHe ssh $rootdir/_site/ root@esy.fun:/var/www/her.esy.fun/ --delete
echo " [done]"