From a6f681d251ac635167ff86113eb65cf442c04ac7 Mon Sep 17 00:00:00 2001 From: Daniel McCrystal Date: Wed, 8 Jan 2025 22:44:41 -0500 Subject: [PATCH] changed deployerdir --- deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.py b/deploy.py index 82af8b7..b81e6b0 100644 --- a/deploy.py +++ b/deploy.py @@ -9,7 +9,7 @@ class DeployerRequest: clone_url: str commit_hash: str -DEPLOYERDIR = "/home/drm/deployer/production" +DEPLOYERDIR = "/home/drm/live" def handle_request(rq: DeployerRequest): subprocess.Popen(