From 7a481daf21549889ac60914918ef8ace4f5a4b08 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 12 Mar 2024 22:52:58 +0100 Subject: Rsync RPM --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2caadd7..1e43795 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,7 @@ build: prepare release: rpm tar @$(eval filename := $(app_name)-$(target)-$(channel)) rsync -avz $(filename).tar.gz deploy@conchos.unlimited.pizza:/srv/http/build.r.bdr.sh/$(app_name) + rsync -avz $(filename).rpm deploy@conchos.unlimited.pizza:/srv/http/build.r.bdr.sh/$(app_name) $(architectures): ifneq ($(channel),) -- cgit