Deploy to new server
This commit is contained in:
parent
4c7c98bba0
commit
3ce578cd86
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -1,6 +1,6 @@
|
||||||
.PHONY: deploy
|
.PHONY: deploy
|
||||||
deploy: fetch_data
|
deploy:
|
||||||
rsync -av ./ zirconium:/var/www/home.chandlerswift.com/cities/
|
rsync -av ./ bert:/srv/www/home.chandlerswift.com/cities/
|
||||||
|
|
||||||
.PHONY: fetch_data
|
.PHONY: fetch_data
|
||||||
fetch_data: get_data.py
|
fetch_data: get_data.py
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue