From 12b6f3e4463557b8f36abdf0a4638e1bf18a30d2 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 4 Mar 2026 16:19:56 -0600 Subject: switch to local deployments only --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.py') diff --git a/build.py b/build.py index 7c466f2..c573d3b 100644 --- a/build.py +++ b/build.py @@ -388,7 +388,7 @@ def main(): generate_sitemap() if deploy: print("Deploying to production...") - deploy_to_server(build_dir, "homelab-remote") + deploy_to_server(build_dir, "homelab") return else: print("Environment: Development") -- cgit v1.2.3