fixes
This commit is contained in:
@@ -40,7 +40,7 @@ def handle_request(rq: DeployerRequest):
|
||||
deployment_id = str(int(time()))
|
||||
|
||||
domain_dir = f"{DEPLOYERDIR}/{domain}"
|
||||
logs_dir = f"{domain_dir}/{deployment_id}"
|
||||
logs_dir = f"{domain_dir}/logs/{deployment_id}"
|
||||
os.makedirs(logs_dir, exist_ok=True)
|
||||
|
||||
build_log = f"{logs_dir}/build.log"
|
||||
|
||||
Reference in New Issue
Block a user