@@ -56,9 +56,10 @@ def handle_request(rq: DeployerRequest):
f"{domain}-build-{deployment_id}",
"sh",
"-c",
f"./build.sh > {build_log} 2>&1",
f"'./build.sh > {build_log} 2>&1'",
],
user="root",
shell=True,
env=dict(
os.environ,
DOMAIN=domain,
The note is not visible to the blocked user.