atlas/netlify.toml
Hans5958 21c30dd9e6 Add build script 4
Still using old Python...
2022-04-28 13:27:57 +00:00

5 lines
193 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.8" }