her.esy.fun/sync.sh
Yann Esposito (Yogsototh) 5be92b888d wip
2019-12-23 00:01:06 +01:00

9 lines
190 B
Bash
Executable file

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