diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-03-12 22:52:58 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-03-12 22:52:58 +0100 |
| commit | 7a481daf21549889ac60914918ef8ace4f5a4b08 (patch) | |
| tree | ce8a4e3ebb73c58ce32189e0fe6281c7f91595c3 /Makefile | |
| parent | 57351e3349ace090ea14b7814b84e5297e917770 (diff) | |
Rsync RPM
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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),) |