diff --git a/Makefile b/Makefile index d47506a..9eb3a93 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,7 @@ test: go test -cover ./... deploy-service: test - go build -o gte-daemon ./cmd/daemon/service.go - scp gte-daemon blok:/tmp/gte-daemon - ssh -t blok /home/erik/bin/deploy-gte-daemon.sh + flyctl deploy install-cli: test go build -o gte ./cmd/cli/main.go