1_general_forum/clevercloud/static.json

8 lines
308 B
JSON
Raw Normal View History

{
"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
}