From 2603ea7ab9a0650fe1894d4e5974817ff601fbcd Mon Sep 17 00:00:00 2001 From: Daniel McCrystal Date: Sun, 17 Aug 2025 20:10:12 -0400 Subject: [PATCH] fix deployerdir --- deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.py b/deploy.py index 7052a61..ca78312 100644 --- a/deploy.py +++ b/deploy.py @@ -13,7 +13,7 @@ class DeployerRequest: commit_hash: str = "" -DEPLOYERDIR = "/ssd/live" +DEPLOYERDIR = "/mnt/ssd/live" BASE_PORT = 3001 config = {