Remove broken clevercloud config, use dashboard settings

master
Robbert Schep 2025-07-07 11:33:08 +02:00
parent 04af56da66
commit 1d92c90966
2 changed files with 0 additions and 14 deletions

View File

@ -1,7 +0,0 @@
{
"runtime": "3.13",
"deploy": {
"build": "pip install -r requirements.txt",
"start": "./start.sh"
}
}

View File

@ -1,7 +0,0 @@
{
"name": "0-timeline", # your apps name on Clever Cloud
"type": "static", # static site type
"buildCommand": "pip install -r requirements.txt && mkdocs build",
"publishDir": "site",
"branch": "master" # the branch youll push
}