2024-11-26 20:41:37 -06:00
|
|
|
plats.json: scripts/get_plats.py
|
|
|
|
./scripts/get_plats.py data/plats.geojson
|
2025-01-02 22:07:10 -06:00
|
|
|
|
|
|
|
.PHONY: satellite
|
|
|
|
satellite:
|
|
|
|
./scripts/download_satellite.py
|
2025-01-02 22:08:07 -06:00
|
|
|
|
|
|
|
.PHONY: deploy
|
|
|
|
deploy: plats.json satellite
|
2025-01-03 00:13:42 -06:00
|
|
|
rsync -avz --exclude=unused/ --delete ./ bert:/srv/www/lawrencedeerclub.chandlerswift.com/
|