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: