diff --git a/clevercloud/python.json b/clevercloud/python.json deleted file mode 100644 index 2cf3db5..0000000 --- a/clevercloud/python.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "runtime": "3.13", - "deploy": { - "build": "pip install -r requirements.txt", - "start": "./start.sh" - } -} diff --git a/clevercloud/static.json b/clevercloud/static.json deleted file mode 100644 index 0824534..0000000 --- a/clevercloud/static.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "name": "0-timeline", # your app’s name on Clever Cloud - "type": "static", # static site type - "buildCommand": "pip install -r requirements.txt && mkdocs build", - "publishDir": "site", - "branch": "master" # the branch you’ll push -}