diff --git a/deploy.sh b/deploy.sh index cb93941..14f0619 100755 --- a/deploy.sh +++ b/deploy.sh @@ -2,4 +2,5 @@ mkdocs build #ssh -t subnet@charlie.u15i.net "rm -rf /home/subnet/web/subnet-main/*" #scp -r ./site/* subnet@charlie.u15i.net:/home/subnet/web/subnet-main/ -rsync -rzP --delete ./site/ subnet@charlie.u15i.net:/home/subnet/web/subnet-main/ \ No newline at end of file +#rsync -rzP --delete ./site/ subnet@charlie.u15i.net:/home/subnet/web/subnet-main/ +rsync -rzP --delete ./site/ cody@web01.u15i.net:/var/www/subnet_masked/root \ No newline at end of file