update deploy script

This commit is contained in:
Lucy Cifferello
2022-06-15 16:05:04 -06:00
parent f001481369
commit 024a2ecf88

View File

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