blob: e867910c4b01b962e2a8b3a049a5d93e6592173a [file] [log] [blame]
run-local-instance:
go install ./cmd/...
emailservice --local
send-from-local-instance:
curl --include --data-binary @testdata/email.eml -X POST http://localhost:8000/send
.PHONY: release
release:
$(BAZEL) run //email:push_emailservice
.PHONY: push
push:
$(BAZEL) run //email:pushk_emailservice