aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2024-03-12 22:52:58 +0100
committerRuben Beltran del Rio <git@r.bdr.sh>2024-03-12 22:52:58 +0100
commit7a481daf21549889ac60914918ef8ace4f5a4b08 (patch)
treece8a4e3ebb73c58ce32189e0fe6281c7f91595c3 /Makefile
parent57351e3349ace090ea14b7814b84e5297e917770 (diff)
Rsync RPM
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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),)