Обновить jeyerp-develop.yaml
This commit is contained in:
parent
91b8f4c752
commit
3f752ff98d
|
|
@ -609,6 +609,7 @@ actions:
|
||||||
|
|
||||||
# Install Frappe Bench
|
# Install Frappe Bench
|
||||||
su frappe -c 'cd /home/frappe && uv venv'
|
su frappe -c 'cd /home/frappe && uv venv'
|
||||||
|
su frappe -c 'cd /home/frappe && uv install python latest'
|
||||||
su frappe -c 'cd /home/frappe && uv pip install frappe-bench'
|
su frappe -c 'cd /home/frappe && uv pip install frappe-bench'
|
||||||
# Initialize Bench
|
# Initialize Bench
|
||||||
su frappe -c 'uvx --from frappe-bench bench init --frappe-branch=develop --frappe-path=https://github.com/frappe/frappe --no-procfile --no-backups --skip-redis-config-generation --verbose /home/frappe/frappe-bench'
|
su frappe -c 'uvx --from frappe-bench bench init --frappe-branch=develop --frappe-path=https://github.com/frappe/frappe --no-procfile --no-backups --skip-redis-config-generation --verbose /home/frappe/frappe-bench'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue