From 024a2ecf88c02518bc34052a72fce00234a8152d Mon Sep 17 00:00:00 2001 From: Lucy Cifferello <12953208+elvece@users.noreply.github.com> Date: Wed, 15 Jun 2022 16:05:04 -0600 Subject: [PATCH] update deploy script --- site/_utils/deploy_staging.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_utils/deploy_staging.sh b/site/_utils/deploy_staging.sh index 41a0dc1..31f03f6 100755 --- a/site/_utils/deploy_staging.sh +++ b/site/_utils/deploy_staging.sh @@ -13,7 +13,7 @@ echo "FILTER: make multiversion" make clean && make multiversion echo "FILTER: rsync build" -rsync -rzP --delete ./_build/ root@staging.start9labs.com:/var/www/html/staging.start9labs.com +rsync -rzP --delete ./_build/dirhtml root@staging.start9labs.com:/var/www/html/staging.start9labs.com/dirhtml echo "FILTER: ssh restart nginx and tor" ssh root@staging.start9labs.com "systemctl reload nginx && systemctl reload tor"