Makefile: correct deploy target
This commit is contained in:
parent
8e5bafec44
commit
0a6e412b04
2
Makefile
2
Makefile
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user