From c6bd4824c5b1a5838171060851b310e1033b0e0d Mon Sep 17 00:00:00 2001 From: Daniel McCrystal Date: Sat, 2 Aug 2025 01:05:59 -0400 Subject: [PATCH] trying this actually --- deploy.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy.py b/deploy.py index 913ab62..1acfae7 100644 --- a/deploy.py +++ b/deploy.py @@ -56,9 +56,10 @@ def handle_request(rq: DeployerRequest): f"{domain}-build-{deployment_id}", "sh", "-c", - f"./build.sh > {build_log} 2>&1", + f"'./build.sh > {build_log} 2>&1'", ], user="root", + shell=True, env=dict( os.environ, DOMAIN=domain,