diff --git a/Makefile b/Makefile index 49a7943..5c0ac3b 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ test: go test -cover ./... deploy-service: test - GOARCH=386 go build -o gte-daemon ./cmd/daemon/service.go - scp gte-daemon wittekastje:/home/erik/bin/gte-daemon - ssh wittekastje /home/erik/bin/deploy-gte-daemon.sh + 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 install-cli: test go build -o gte ./cmd/cli/main.go