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 159d2c3 commit 045877dCopy full SHA for 045877d
Makefile
@@ -1,4 +1,4 @@
1
-VERSION=0.1.5
+VERSION=0.1.6
2
NAME=pspk
3
GIT_REV?=$(shell git rev-parse --short HEAD)
4
LDFLAGS=-ldflags "-X main.Version=$(VERSION) -X main.Hash=$(GIT_REV) -X main.BuildDate=$(BUILD_DATE)"
@@ -22,3 +22,6 @@ release: clean
22
23
clean:
24
rm -rf _build
25
+
26
+release_web:
27
+ scp ./web/axlsign.js ./web/index.html ${FREECONTENT_SPACE}:/var/www/pspk/
0 commit comments