Fix deploy path

This commit is contained in:
Chandler Swift 2025-01-04 01:02:48 -06:00
parent 07d55783fd
commit 9f79a4054b
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F

View file

@ -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: