move service to blok server

This commit is contained in:
Erik Winter 2022-04-01 10:16:35 +02:00
parent 7431d34f47
commit 413c0c068e
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ test:
deploy-service: test deploy-service: test
go build -o gte-daemon ./cmd/daemon/service.go go build -o gte-daemon ./cmd/daemon/service.go
scp gte-daemon ewintr.nl:/tmp/gte-daemon scp gte-daemon blok:/tmp/gte-daemon
ssh -t erik@ewintr.nl /home/erik/bin/deploy-gte-daemon.sh 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