mirror of
https://gitea.dmz.rs/Decentrala/dmzconf.git
synced 2026-07-14 23:39:22 +02:00
add docs
This commit is contained in:
Executable
+7
@@ -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/
|
||||
Reference in New Issue
Block a user