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: