mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
Makefile: add make publish
and make package
shortcuts for building and publishing docker images
This commit is contained in:
parent
6b0ae332f8
commit
5bbfdff9fe
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -19,6 +19,10 @@ include deployment/*/Makefile
|
|||
clean:
|
||||
rm -rf bin/*
|
||||
|
||||
publish: publish-victoria-metrics
|
||||
|
||||
package: package-victoria-metrics
|
||||
|
||||
release: victoria-metrics-prod
|
||||
cd bin && tar czf victoria-metrics-$(PKG_TAG).tar.gz victoria-metrics-prod
|
||||
|
||||
|
|
Loading…
Reference in a new issue