From f71f861faef7017f9e65e1924d11161ee5c1b383 Mon Sep 17 00:00:00 2001 From: gotlium Date: Thu, 10 Dec 2015 22:00:24 +0500 Subject: [PATCH] version + deploy cfg --- Makefile | 5 +++++ VERSION | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e870d31..b1b7036 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,11 @@ RPM_ARCHS ?= x86_64 i686 arm armhf all: deps test lint toolchain build +deploy: + @rsync -auv out/deb/l0xyd_amd64.deb root@10.10.10.105:/tmp/$(PACKAGE_NAME)_$(PACKAGE_ARCH)-$(VERSION).deb + @ssh root@10.10.10.105 "aptly repo add lpg /tmp/$(PACKAGE_NAME)_$(PACKAGE_ARCH)-$(VERSION).deb" + @ssh root@10.10.10.105 "aptly publish update lpg" + run: dogo diff --git a/VERSION b/VERSION index 7dea76e..6d7de6e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.1 +1.0.2