more convenient rsync command

This commit is contained in:
tmont 2022-02-11 01:39:27 -08:00
parent cba73cd4e7
commit 05256599f3

View File

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