envs are important

This commit is contained in:
2025-08-02 01:33:34 -04:00
parent 8778090bbc
commit 2e734ddea9
2 changed files with 11 additions and 2 deletions

View File

@@ -51,8 +51,9 @@ def handle_request(rq: DeployerRequest):
[
"tmux",
"new-session",
"-d",
"-s",
"-L", # pass environment variables
"-d", # detach
"-s", # name
f"{domain}-build-{deployment_id}",
f"'sudo ./deploy.sh > {build_log} 2>&1'",
],