We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98cafec commit c5f52f8Copy full SHA for c5f52f8
Makefile
@@ -1,4 +1,4 @@
1
-VERSION = 0.1.1
+VERSION = 0.0.1
2
BUILD ?=$(shell git rev-parse --short HEAD)
3
PKG ?=github.com/commitdev/zero
4
BUILD_ARGS=-v -trimpath -ldflags=all="-X ${PKG}/version.AppVersion=${VERSION} -X ${PKG}/version.AppBuild=${BUILD}"
@@ -34,11 +34,3 @@ ci-docker-build:
34
ci-docker-push:
35
echo "${DOCKERHUB_PASS}" | docker login -u commitdev --password-stdin
36
docker push commitdev/zero:${VERSION_TAG}
37
-
38
-doc-site-build:
39
- cd doc-site && \
40
- npm run build
41
42
-doc-site-deploy:
43
44
- aws s3 sync build s3://docs.zero-david.online/ --exclude "docs/modules/*" --delete
0 commit comments