Skip to content

Commit

Permalink
version + deploy cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
gotlium committed Dec 10, 2015
1 parent 713ecf0 commit f71f861
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]:/tmp/$(PACKAGE_NAME)_$(PACKAGE_ARCH)-$(VERSION).deb
@ssh [email protected] "aptly repo add lpg /tmp/$(PACKAGE_NAME)_$(PACKAGE_ARCH)-$(VERSION).deb"
@ssh [email protected] "aptly publish update lpg"

run:
dogo

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2

0 comments on commit f71f861

Please sign in to comment.