new server

This commit is contained in:
Erik Winter 2021-09-19 08:50:09 +02:00
parent ff5544d6a4
commit 4c19ed8d86
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@ test:
go test -cover ./... go test -cover ./...
deploy-service: test deploy-service: test
go build -o gte-daemon ./cmd/daemon/service.go GOARCH=386 go build -o gte-daemon ./cmd/daemon/service.go
scp gte-daemon ewintr.nl:/home/erik/bin/gte-daemon scp gte-daemon wittekastje:/home/erik/bin/gte-daemon
ssh ewintr.nl /home/erik/bin/deploy-gte-daemon.sh ssh wittekastje /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