her.esy.fun/deploy.sh
Yann Esposito (Yogsototh) 54f94c9137
fix some typos
2019-11-04 08:31:59 +01:00

14 lines
264 B
Bash
Executable file

#!/usr/bin/env zsh
rootdir=${0:h}
echo $rootdir
echo "Full Build"
./fullbuild.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]"