@@ -43,6 +43,8 @@ def handle_request(rq: DeployerRequest):
domain_dir = f"{DEPLOYERDIR}/{domain}"
logs_dir = f"{domain_dir}/logs/{deployment_id}"
os.makedirs(logs_dir, exist_ok=True)
build_log = f"{logs_dir}/build.log"
subprocess.Popen(
The note is not visible to the blocked user.