We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713ecf0 commit f71f861Copy full SHA for f71f861
Makefile
@@ -20,6 +20,11 @@ RPM_ARCHS ?= x86_64 i686 arm armhf
20
21
all: deps test lint toolchain build
22
23
+deploy:
24
+ @rsync -auv out/deb/l0xyd_amd64.deb root@10.10.10.105:/tmp/$(PACKAGE_NAME)_$(PACKAGE_ARCH)-$(VERSION).deb
25
+ @ssh root@10.10.10.105 "aptly repo add lpg /tmp/$(PACKAGE_NAME)_$(PACKAGE_ARCH)-$(VERSION).deb"
26
+ @ssh root@10.10.10.105 "aptly publish update lpg"
27
+
28
run:
29
dogo
30
VERSION
@@ -1 +1 @@
1
-1.0.1
+1.0.2
0 commit comments