fix staging deploy script properly

This commit is contained in:
Lucy Cifferello
2022-06-15 16:23:41 -06:00
parent 024a2ecf88
commit 16b478639f

View File

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