name-all-cities-by-populati.../Makefile

8 lines
147 B
Makefile
Raw Permalink Normal View History

2024-02-29 18:12:45 -06:00
.PHONY: deploy
2025-03-09 17:54:04 -05:00
deploy:
rsync -av ./ bert:/srv/www/home.chandlerswift.com/cities/
2024-02-29 18:12:45 -06:00
.PHONY: fetch_data
fetch_data: get_data.py
python3 get_data.py