Files
I-Form_Server_Node_Deployer/netlify.toml
Cian Hughes 46889caef5 Anoteh tweak
2023-11-10 13:01:44 +00:00

10 lines
243 B
TOML

[build]
publish = "site"
command = """
restore_home_cache ".cache" "pip cache" &&
restore_cwd_cache '.venv' 'python virtualenv' &&
pip3 install -q poetry &&
poetry config virtualenvs.in-project true &&
poetry install -v &&
poetry run build
"""