diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..c1512a8 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +.PHONY: deploy +deploy: fetch_data + rsync -av ./ zirconium:/var/www/home.chandlerswift.com/cities/ + +.PHONY: fetch_data +fetch_data: get_data.py + python3 get_data.py