Add static site config for Clever Cloud

master
Robbert Schep 2025-07-05 00:20:41 +02:00
parent 8d54a72abb
commit da7fec445f
1 changed files with 7 additions and 0 deletions

7
clevercloud/static.json Normal file
View File

@ -0,0 +1,7 @@
{
"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
}