diff --git a/upload.sh b/upload.sh index ae949b8..48d18e7 100755 --- a/upload.sh +++ b/upload.sh @@ -2,4 +2,4 @@ git pull git submodule update hugo -rclone sync -P public/ cyberfreedom:cyberfreedom \ No newline at end of file +rsync -avhzzP --delete public/ vps:/var/www/cyberfreedom.ca \ No newline at end of file