atlas/netlify.toml

5 lines
194 B
TOML
Raw Normal View History

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