her.esy.fun/deploy.sh
Yann Esposito (Yogsototh) 31fe5a7bb4
added REAL RSS generator
2019-09-24 17:55:59 +02:00

12 lines
234 B
Bash
Executable file

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