specify identity file expicitly

This commit is contained in:
tmont 2020-10-07 16:06:41 -07:00
parent 6a803c5cf2
commit 6f762b0524

View File

@ -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