Remove all conflicting Clever Cloud configs

master
Robbert Schep 2025-07-07 13:07:25 +02:00
parent 0682ab0765
commit eda2645bd0
4 changed files with 0 additions and 20 deletions

View File

@ -1,9 +0,0 @@
{
"apps": [{
"app_id": "app_3fc71684-b54a-480c-a511-76b8607a9a8d",
"build": {
"type": "static",
"cmd": "pip install -r requirements.txt && mkdocs build --site-dir cc_static_autobuilt"
}
}]
}

View File

@ -1 +0,0 @@
site/

View File

@ -1 +0,0 @@
web: mkdocs serve -a 0.0.0.0:8080

View File

@ -1,9 +0,0 @@
#!/usr/bin/env bash
set -e
echo "🔨 Building the MkDocs site…"
mkdocs build
PORT="${PORT:-8000}"
echo "🚀 Serving site on 0.0.0.0:${PORT}"
exec python -m http.server "$PORT" --directory site