This commit is contained in:
2024-01-05 11:38:37 +01:00
parent d31a964648
commit b58ddcdd0e
6 changed files with 450 additions and 0 deletions

7
docs/dmzrs/updatewebsite.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
cd /root/website
/usr/bin/git restore .
/usr/bin/git pull
/usr/bin/python3 prep.py
/usr/bin/python3 build_pages.py
/usr/bin/rsync -a --delete /root/website/site/* /var/www/dmzrs/