her.esy.fun/deploy.sh
Yann Esposito (Yogsototh) a902bfbd38
deployed
2019-08-17 19:22:22 +02:00

7 lines
149 B
Bash
Executable file

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