Add Makefile deploy target
This commit is contained in:
parent
c014bacf4b
commit
4533956902
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -4,3 +4,7 @@ plats.json: scripts/get_plats.py
|
||||||
.PHONY: satellite
|
.PHONY: satellite
|
||||||
satellite:
|
satellite:
|
||||||
./scripts/download_satellite.py
|
./scripts/download_satellite.py
|
||||||
|
|
||||||
|
.PHONY: deploy
|
||||||
|
deploy: plats.json satellite
|
||||||
|
rsync -avz ./ bert:/srv/www/lawrencedeerclub.chandlerswift.com/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue