From 542c8131a1327c1f030b4e23043845c58598160e Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Thu, 29 Feb 2024 18:12:45 -0600 Subject: [PATCH] Add Makefile --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile 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