move live directory to ssd

This commit is contained in:
2025-08-10 19:27:54 -04:00
parent d80d5d8dda
commit 2fbee00268

View File

@@ -13,7 +13,7 @@ class DeployerRequest:
commit_hash: str = ""
DEPLOYERDIR = "/home/drm/live"
DEPLOYERDIR = "/ssd/live"
BASE_PORT = 3001
config = {