From 2fbee002686b7adaf1634a3d86555b749f365303 Mon Sep 17 00:00:00 2001 From: Daniel McCrystal Date: Sun, 10 Aug 2025 19:27:54 -0400 Subject: [PATCH] move live directory to ssd --- deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.py b/deploy.py index 056578a..7052a61 100644 --- a/deploy.py +++ b/deploy.py @@ -13,7 +13,7 @@ class DeployerRequest: commit_hash: str = "" -DEPLOYERDIR = "/home/drm/live" +DEPLOYERDIR = "/ssd/live" BASE_PORT = 3001 config = {