2021-01-31 13:31:35 +01:00
|
|
|
test:
|
|
|
|
go test ./...
|
|
|
|
|
2021-02-03 07:27:22 +01:00
|
|
|
deploy: test
|
2021-01-31 13:31:35 +01:00
|
|
|
go build -o gte-process-inbox ./cmd/process-inbox/main.go
|
|
|
|
go build -o gte-generate-recurring ./cmd/generate-recurring/main.go
|
|
|
|
scp gte-* zerocontent.org:bin/
|