try with shell
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user