From 0dabfb888196aacf05da034d8ac8cd1176eb1e70 Mon Sep 17 00:00:00 2001
From: Lucas Garron <code@garron.net>
Date: Sun, 5 May 2024 13:46:02 -0700
Subject: [PATCH] [Makefile] Update the deployment host.

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 973c6a8..a750c4c 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ lint:
 setup:
 	bun install
 
-SFTP_PATH = "towns.dreamhost.com:~/timer.cubing.net/"
+SFTP_PATH = "timer.cubing.net:~/timer.cubing.net/"
 URL       = "https://timer.cubing.net/"
 
 .PHONY: deploy