deploy in makefile
This commit is contained in:
parent
63ec3010c5
commit
2266a0bab5
4
Makefile
4
Makefile
|
@ -2,9 +2,7 @@ test:
|
||||||
go test -cover ./...
|
go test -cover ./...
|
||||||
|
|
||||||
deploy-service: test
|
deploy-service: test
|
||||||
go build -o gte-daemon ./cmd/daemon/service.go
|
flyctl deploy
|
||||||
scp gte-daemon blok:/tmp/gte-daemon
|
|
||||||
ssh -t blok /home/erik/bin/deploy-gte-daemon.sh
|
|
||||||
|
|
||||||
install-cli: test
|
install-cli: test
|
||||||
go build -o gte ./cmd/cli/main.go
|
go build -o gte ./cmd/cli/main.go
|
||||||
|
|
Loading…
Reference in New Issue