Makefile: exclude graph from upload
This commit is contained in:
parent
3eacd81788
commit
69f13c7593
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ vpn-status: server.go
|
||||
go build
|
||||
deploy: vpn-status
|
||||
strip vpn-status
|
||||
rsync -avcz -e ssh nodes.json html assets vpn-status deploy@higgsboson.tk:/srv/http/vpn-status
|
||||
rsync --exclude 'assets/tinc-graph.*' -avcz -e ssh nodes.json html assets vpn-status deploy@higgsboson.tk:/srv/http/vpn-status
|
||||
ssh -t higgsboson.tk "sudo systemctl restart vpn-status"
|
||||
|
||||
.PHONY: clean
|
||||
|
Loading…
Reference in New Issue
Block a user