From 35fcdf62b49a40601b89e1d58f84ad283b3d7e07 Mon Sep 17 00:00:00 2001 From: Subnet_Masked Date: Fri, 16 Feb 2024 21:57:58 -0500 Subject: [PATCH] New server --- deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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