Deploy to bert, not zirconium

New server time\!
This commit is contained in:
Chandler Swift 2024-11-11 23:05:39 -06:00
parent 2412d8de79
commit 6ec317688f
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F

View file

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