mirror of
https://github.com/Cian-H/I-Form_Server_Node_Deployer.git
synced 2025-12-23 22:52:01 +00:00
Yet another tweak
This commit is contained in:
@@ -1,10 +1,12 @@
|
|||||||
[build]
|
[build]
|
||||||
publish = "site"
|
publish = "site"
|
||||||
command = """
|
command = """
|
||||||
restore_home_cache ".cache" "pip cache" &&
|
add-apt-repository ppa:deadsnakes/ppa &&
|
||||||
restore_cwd_cache '.venv' 'python virtualenv' &&
|
apt update &&
|
||||||
|
apt install python3.12 -y &&
|
||||||
pip3 install -q poetry &&
|
pip3 install -q poetry &&
|
||||||
poetry config virtualenvs.in-project true &&
|
poetry config virtualenvs.in-project true &&
|
||||||
|
poetry env use python3.12 &&
|
||||||
poetry install -v &&
|
poetry install -v &&
|
||||||
poetry run build
|
poetry run build
|
||||||
"""
|
"""
|
||||||
Reference in New Issue
Block a user