From 6ec317688f96b095c3cd4f418a96ee0e1861f7bc Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Mon, 11 Nov 2024 23:05:39 -0600 Subject: [PATCH] Deploy to bert, not zirconium New server time\! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e45b7d2..51764e6 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: deploy deploy: build - rsync --archive --verbose --delete dist/ zirconium.home.chandlerswift.com:/var/www/maps.chandlerswift.com/ + rsync --archive --verbose --delete dist/ root@bert:/srv/maps.chandlerswift.com/ .PHONY: clean clean: