This commit is contained in:
2025-09-02 13:06:27 +02:00
parent bca4094ab3
commit 2055eb2956

View File

@@ -53,4 +53,4 @@ echo "Building with prefix: /$PREFIX/"
sed 's|base_url = "BASEURL"|base_url = "/mycelium/"|' config.templ.toml > config.toml sed 's|base_url = "BASEURL"|base_url = "/mycelium/"|' config.templ.toml > config.toml
zola --root $ABS_DIR_OF_SCRIPT build zola --root $ABS_DIR_OF_SCRIPT build
rsync -rav --delete public/ "${HOME}/hero/var/www/$PREFIX/" rsync -rav --delete public/ "${HOME}/hero/var/www/$PREFIX/"
rsync -avz --delete public/ "root@threefold.info:/root/hero/www/info/$PREFIX/"