From 9f79a4054b2552b9f92c221ffb45d1315a00c87e Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Sat, 4 Jan 2025 01:02:48 -0600 Subject: [PATCH] Fix deploy path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 51764e6..bd33036 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: deploy deploy: build - rsync --archive --verbose --delete dist/ root@bert:/srv/maps.chandlerswift.com/ + rsync --archive --verbose --delete dist/ root@bert:/srv/www/maps.chandlerswift.com/ .PHONY: clean clean: