Update flashing guide for all platforms

This commit is contained in:
kn0wmad
2022-10-27 13:29:05 -06:00
parent 81f20dc852
commit 2f6ed2a547
63 changed files with 230 additions and 245 deletions

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/start9.com/dirhtml/
echo "FILTER: ssh restart nginx and tor"
ssh root@staging.start9labs.com "systemctl reload nginx && systemctl reload tor"