bugfix
This commit is contained in:
@@ -43,6 +43,8 @@ def handle_request(rq: DeployerRequest):
|
|||||||
|
|
||||||
domain_dir = f"{DEPLOYERDIR}/{domain}"
|
domain_dir = f"{DEPLOYERDIR}/{domain}"
|
||||||
logs_dir = f"{domain_dir}/logs/{deployment_id}"
|
logs_dir = f"{domain_dir}/logs/{deployment_id}"
|
||||||
|
os.makedirs(logs_dir, exist_ok=True)
|
||||||
|
|
||||||
build_log = f"{logs_dir}/build.log"
|
build_log = f"{logs_dir}/build.log"
|
||||||
|
|
||||||
subprocess.Popen(
|
subprocess.Popen(
|
||||||
|
|||||||
Reference in New Issue
Block a user