Add build script 6

Still using old Python... Also set up directly on the web config
This commit is contained in:
Hans5958 2022-04-28 13:34:03 +00:00 committed by GitHub
parent 0825b5605f
commit 15355dafae

View file

@ -1,4 +1,6 @@
[build]
publish = "dist/"
command = "FILE=tools/ci/build-prod.sh; rm -rf dist/; if [ -f $FILE ]; then bash $FILE; else cp -r web/ dist/; fi"
environment = { PYTHON_VERSION = "3.8" }
[build.environment]
PYTHON_VERSION = "3.8"