We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VERSION_TAG=$(shell git rev-parse --short HEAD) .PHONY: build build: docker build -t artifactory:9090/perf/influxdb-foobar:$(VERSION_TAG) . .PHONY: push push: build docker push artifactory:9090/perf/influxdb-foobar:$(VERSION_TAG) .PHONY: nomad.job nomad.job: hclfmt -w nomad.job.tpl export VERSION_TAG=$(VERSION_TAG) && envsubst < "nomad.job.tpl" > "nomad.job" .PHONY: clean clean: @rm nomad.job .PHONY: deploy deploy: push nomad.job nomad run -verbose nomad.job make clean .PHONY: stop stop: nomad stop perf-influxdb-foobar .PHONY: status status: nomad status perf-influxdb-foobar .PHONY: logs logs: nomad logs -f -job perf-influxdb-foobar
The text was updated successfully, but these errors were encountered:
https://tech.trivago.com/2019/01/25/nomad-our-experiences-and-best-practices/
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: