diff --git a/Makefile b/Makefile index c1512a8..32c5ed0 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: deploy -deploy: fetch_data - rsync -av ./ zirconium:/var/www/home.chandlerswift.com/cities/ +deploy: + rsync -av ./ bert:/srv/www/home.chandlerswift.com/cities/ .PHONY: fetch_data fetch_data: get_data.py