Files
davideisinger.com/bin/deploy
David Eisinger 5dad07d32a Deploy script
2023-11-16 10:03:39 -05:00

16 lines
219 B
Plaintext
Executable File

set -e
rm -rf public
source bin/get-last-commit.sh
hugo --ignoreCache
rsync \
-v \
-r \
--delete \
-e "ssh -o PubkeyAcceptedKeyTypes=+ssh-rsa" \
public/* \
www-data@$SERVER_IP:/var/www/davideisinger.com