gte/Makefile

10 lines
139 B
Makefile

test:
go test -cover ./...
deploy-service: test
flyctl deploy
install-cli: test
go build -o gte ./cmd/cli/main.go
mv gte ${HOME}/bin