so dumb
This commit is contained in:
@@ -54,10 +54,9 @@ def handle_request(rq: DeployerRequest):
|
|||||||
"-d",
|
"-d",
|
||||||
"-s",
|
"-s",
|
||||||
f"{domain}-build-{deployment_id}",
|
f"{domain}-build-{deployment_id}",
|
||||||
f"'./build.sh > {build_log} 2>&1'",
|
f"'./deploy.sh > {build_log} 2>&1'",
|
||||||
],
|
],
|
||||||
user="root",
|
user="root",
|
||||||
shell=True,
|
|
||||||
env=dict(
|
env=dict(
|
||||||
os.environ,
|
os.environ,
|
||||||
DOMAIN=domain,
|
DOMAIN=domain,
|
||||||
|
|||||||
Reference in New Issue
Block a user