gte/Makefile

8 lines
194 B
Makefile
Raw Normal View History

test:
go test ./...
2021-05-15 13:49:10 +02:00
deploy-service: test
go build -o gte-daemon ./cmd/daemon/service.go
2021-05-15 14:10:56 +02:00
scp gte-daemon ewintr.nl:/home/erik/bin/gte-daemon
ssh ewintr.nl /home/erik/bin/deploy-gte-daemon.sh