could it be so simple

This commit is contained in:
2025-08-02 01:29:50 -04:00
parent ac03a2ede0
commit 8778090bbc
2 changed files with 2 additions and 1 deletions

View File

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

1
metadata.txt Normal file
View File

@@ -0,0 +1 @@