X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/fffa731bd2af7c0eb20df4f19856f118c1980c6d..493097e7110830d2184ae96c833bf24553945c31:/Makefile diff --git a/Makefile b/Makefile index f7b3130..e85e0f5 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ build: prepare cargo build --profile $(profile) --target $(target) release: rpm tar - rsync $(app_name)-$(target)-$(channel).tar.gz deploy@build.r.bdr.sh:/srv/http/build.r.bdr.sh/$(app_name) target/$(target)/$(profile)/$(app_name) + rsync -avz $(app_name)-$(target)-$(channel).tar.gz deploy@build.r.bdr.sh:/srv/http/build.r.bdr.sh/$(app_name) $(architectures): ifneq ($(channel),)