This commit is contained in:
2025-08-02 00:54:09 -04:00
parent c50ea12b20
commit 2afb08671c
3 changed files with 6 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ def handle_request(rq: DeployerRequest):
f"{domain}-build-{deployment_id}",
"sh",
"-c",
f"/path/to/build.sh > {build_log} 2>&1",
f"./build.sh > {build_log} 2>&1",
],
user="root",
shell=True,