changed deployerdir

This commit is contained in:
2025-01-08 22:44:41 -05:00
parent 14f9bb557d
commit a6f681d251

View File

@@ -9,7 +9,7 @@ class DeployerRequest:
clone_url: str clone_url: str
commit_hash: str commit_hash: str
DEPLOYERDIR = "/home/drm/deployer/production" DEPLOYERDIR = "/home/drm/live"
def handle_request(rq: DeployerRequest): def handle_request(rq: DeployerRequest):
subprocess.Popen( subprocess.Popen(