From 05256599f3ff88d45432288d3c505a2a741f6dc0 Mon Sep 17 00:00:00 2001 From: tmont Date: Fri, 11 Feb 2022 01:39:27 -0800 Subject: [PATCH] more convenient rsync command --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 07d671f..28b64ca 100755 --- a/update.sh +++ b/update.sh @@ -24,6 +24,6 @@ rm -rf ./public/ ./generate.js -rsync -vaz -e "ssh -i /home/tmont/.ssh/nuc-main" ./public/ tmont@tmont.com:/var/www/sites/covid19.tmont.com/live/ +rsync -vaz ./public/ covid19:/var/www/sites/covid19.tmont.com/live/ echo