her.esy.fun/deploy.sh
Yann Esposito (Yogsototh) e6b38dd1e3
updated a few scripts
2019-09-25 16:31:47 +02:00

12 lines
231 B
Bash
Executable file

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