her.esy.fun/deploy.sh

11 lines
216 B
Bash
Raw Normal View History

2019-08-17 17:22:22 +00:00
#!/usr/bin/env zsh
rootdir=${0:h}
echo $rootdir
2019-11-05 08:51:45 +00:00
echo "Full Build"
./fullbuild.sh
2019-09-24 15:55:59 +00:00
echo -n "Publishing"
2019-09-25 14:31:47 +00:00
rsync --progress --partial -avHe ssh $rootdir/_site/ root@esy.fun:/var/www/her.esy.fun/ --delete
2019-09-24 15:55:59 +00:00
echo " [done]"