This commit is contained in:
2025-08-03 11:47:53 -04:00
parent bc0a9e52e3
commit c68b9412d4

View File

@@ -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(