From 6f762b05245e99d31f0134fe9265cef1aabef60f Mon Sep 17 00:00:00 2001 From: tmont Date: Wed, 7 Oct 2020 16:06:41 -0700 Subject: [PATCH] specify identity file expicitly --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 40decb6..3dbbc1d 100755 --- a/update.sh +++ b/update.sh @@ -22,6 +22,6 @@ rm -rf ./public/ ./generate.js -rsync -vaz ./public/ tmont@tmont.com:/var/www/sites/covid19.tmont.com/live/ +rsync -vaz -e "ssh -i /home/tmont/.ssh/nuc-main" ./public/ tmont@tmont.com:/var/www/sites/covid19.tmont.com/live/ echo