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"'./deploy.sh > {build_log} 2>&1'",
],
shell=True,
user="root",
env=dict(
os.environ,