atlas/netlify.toml
Hans5958 bedecba06f Add build script 3
Netlify uses old Python...
2022-04-28 13:23:30 +00:00

5 lines
194 B
TOML

[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"
enviroment = { PYTHON_VERSION = "3.10" }