From 16b478639f0a51fea1d7c448224be9273e36ec0e Mon Sep 17 00:00:00 2001 From: Lucy Cifferello <12953208+elvece@users.noreply.github.com> Date: Wed, 15 Jun 2022 16:23:41 -0600 Subject: [PATCH] fix staging deploy script properly --- 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 31f03f6..ea1734c 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/dirhtml root@staging.start9labs.com:/var/www/html/staging.start9labs.com/dirhtml +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"