mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-24 14:01:46 +02:00
fix makefile
This commit is contained in:
parent
108e1526b8
commit
22ffaf6364
4
Makefile
4
Makefile
@ -3,10 +3,10 @@ test:
|
|||||||
|
|
||||||
release:
|
release:
|
||||||
git tag v0.`cat VERSION`
|
git tag v0.`cat VERSION`
|
||||||
expr `cat VERSION` + 1 > VERSION
|
expr `cat VERSION` + 1 > VERSION
|
||||||
git push --tags
|
git push --tags
|
||||||
|
|
||||||
build-static: build-binary
|
build-static:
|
||||||
docker build -t gcr.io/dworken-k8s/hishtory-static -f web/caddy/Dockerfile .
|
docker build -t gcr.io/dworken-k8s/hishtory-static -f web/caddy/Dockerfile .
|
||||||
|
|
||||||
build-api:
|
build-api:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user