enough permission issues

This commit is contained in:
2025-01-10 21:45:01 -05:00
parent 7070629e2b
commit e5fe563939
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ class DeployerRequest:
DEPLOYERDIR = "/home/drm/live"
def handle_request(rq: DeployerRequest):
log_folder = f"./logs/{rq.repo}/{rq.branch}"
log_folder = f"/home/drm/deployer-logs/{rq.repo}/{rq.branch}"
os.makedirs(log_folder, exist_ok=True)
log_file = f"{log_folder}/{int(time())}.log"