mirror of
https://github.com/Cian-H/I-Form_Server_Node_Deployer.git
synced 2025-12-22 22:22:02 +00:00
Removed netlify.toml, cant deploy with python 3.12
This commit is contained in:
12
netlify.toml
12
netlify.toml
@@ -1,12 +0,0 @@
|
||||
[build]
|
||||
publish = "site"
|
||||
command = """
|
||||
add-apt-repository ppa:deadsnakes/ppa &&
|
||||
apt update &&
|
||||
apt install python3.12 -y &&
|
||||
pip3 install -q poetry &&
|
||||
poetry config virtualenvs.in-project true &&
|
||||
poetry env use python3.12 &&
|
||||
poetry install -v &&
|
||||
poetry run build
|
||||
"""
|
||||
Reference in New Issue
Block a user