aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index eba1bda..9ba4d97 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ prepare:
build: prepare
cargo build --profile $(profile) --target $(target)
-release: rpm tar dab
+release: rpm tar deb
@$(eval filename := $(app_name)-$(target)-$(channel))
$(architectures):
@@ -27,7 +27,7 @@ endif
deb: build
@$(eval filename := $(app_name)-$(target)-$(channel))
cargo deb --profile $(profile) --target $(target)
- mv target/$(target)/deb/*.deb $(filename).deb
+ mv target/$(target)/debian/*.deb $(filename).deb
sha256sum $(filename).deb > $(filename).deb.sha256
rsync -avz $(filename).deb deploy@conchos.unlimited.pizza:/srv/http/build.r.bdr.sh/$(app_name)
rsync -avz $(filename).deb.sha256 deploy@conchos.unlimited.pizza:/srv/http/build.r.bdr.sh/$(app_name)