Add Makefile
This commit is contained in:
parent
a9d4cea914
commit
542c8131a1
1 changed files with 7 additions and 0 deletions
7
Makefile
Normal file
7
Makefile
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue