deploy in makefile

This commit is contained in:
Erik Winter 2022-09-19 14:42:52 +02:00
parent 63ec3010c5
commit 2266a0bab5
1 changed files with 1 additions and 3 deletions

View File

@ -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