X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/94b6e2ec638d11ac2048ad3a3cce13e0b990bd87..a82d0fc3dda78b3f811f0c74b54d75a0033fe6fd:/Makefile 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)