Add Makefile

main
Chandler Swift 2024-02-29 18:12:45 -06:00
parent a9d4cea914
commit 542c8131a1
Signed by: chandlerswift
GPG Key ID: A851D929D52FB93F
1 changed files with 7 additions and 0 deletions

7
Makefile 100644
View File

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