Makefile: correct deploy target

This commit is contained in:
Jörg Thalheim 2013-11-02 19:59:45 +01:00
parent 8e5bafec44
commit 0a6e412b04
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ vpn-status: server.go
deploy: vpn-status
strip vpn-status
rsync -avcz -e ssh nodes.json html assets vpn-status deploy@higgsboson.tk:/srv/http/vpn-status
ssh -t -t -t higgsboson.tk "sudo systemctl restart vpn-status"
ssh -t higgsboson.tk "sudo systemctl restart vpn-status"
.PHONY: clean
clean: