dotfiles/scripts/updateremote
tavo-wasd fd69ecbbe6 init
2023-05-08 20:39:39 -06:00

8 lines
141 B
Bash
Executable file

#!/bin/sh
sitedir=$(pwd)
cd $sitedir
git pull
rm -rf $sitedir/public
hugo -D
rsync -uvrP --delete-after $sitedir/public ceo@216.238.79.235: