diff --git a/Makefile b/Makefile index 5c0ac3b..d47506a 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,8 @@ test: deploy-service: test go build -o gte-daemon ./cmd/daemon/service.go - scp gte-daemon ewintr.nl:/tmp/gte-daemon - ssh -t erik@ewintr.nl /home/erik/bin/deploy-gte-daemon.sh + scp gte-daemon blok:/tmp/gte-daemon + ssh -t blok /home/erik/bin/deploy-gte-daemon.sh install-cli: test go build -o gte ./cmd/cli/main.go