Use start.sh + python.json, remove uWSGI
parent
266eb9658f
commit
8d54a72abb
|
@ -1,13 +1,7 @@
|
||||||
{
|
{
|
||||||
"deploy": "mkdocs build",
|
"runtime": "3.13",
|
||||||
"python": {
|
"deploy": {
|
||||||
"version": "3.13"
|
"build": "pip install -r requirements.txt",
|
||||||
|
"start": "./start.sh"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue