fix(deploy): Restore Clever Cloud configuration for deployment

master
Robbert Schep 2025-07-27 11:28:25 +02:00
parent 8c2217cf7f
commit 88c1af5103
1 changed files with 13 additions and 0 deletions

13
.clevercloud/python.json Normal file
View File

@ -0,0 +1,13 @@
{
"build": {
"type": "pip"
},
"deploy": {
"hooks": {
"pre_run": [
"mkdocs build"
]
},
"start": "python -m http.server $PORT --directory site"
}
}