fix makefile I hope

This commit is contained in:
2025-07-30 22:16:01 -04:00
parent 6227cfc8e4
commit 1b855ac488
2 changed files with 5 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ def handle_request(rq: DeployerRequest):
os.environ,
DOMAIN=domain,
DOMAIN_DIR=domain_dir,
DEPLOYMENT_ID=deployment_id,
LOGS_DIR=logs_dir,
USER=rq.user,
REPO=rq.repo,