Skip to content

Commit f71f861

Browse files
committed
version + deploy cfg
1 parent 713ecf0 commit f71f861

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ RPM_ARCHS ?= x86_64 i686 arm armhf
2020

2121
all: deps test lint toolchain build
2222

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+
2328
run:
2429
dogo
2530

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.1
1+
1.0.2

0 commit comments

Comments
 (0)