try with shell

This commit is contained in:
2025-08-02 01:16:41 -04:00
parent 77920a4c80
commit f8c99919a4

View File

@@ -56,6 +56,7 @@ def handle_request(rq: DeployerRequest):
f"{domain}-build-{deployment_id}", f"{domain}-build-{deployment_id}",
f"'./deploy.sh > {build_log} 2>&1'", f"'./deploy.sh > {build_log} 2>&1'",
], ],
shell=True,
user="root", user="root",
env=dict( env=dict(
os.environ, os.environ,