4 Commits

2 changed files with 3 additions and 3 deletions

View File

@@ -67,4 +67,5 @@ fi
echo "Using base_url: $BASE_URL"
sed "s|base_url = \"BASEURL\"|base_url = \"$BASE_URL\"|" config.templ.toml > config.toml
zola --root $ABS_DIR_OF_SCRIPT build
rsync -avz --delete public/ "$DEPLOY_PATH"
echo "Build completed. Site available in 'public/' directory."
# Deployment removed: rsync -avz --delete public/ "$DEPLOY_PATH"

View File

@@ -1,6 +1,5 @@
# The URL the site will be built for
base_url = "https://www.mycelium.threefold.io/"
# Change this to your own URL! Please note this variable **must** be uncommented .
base_url = "https://www2.mycelium.threefold.io/"
title = "Mycelium"
description = "Our global digital backbone"