diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-03-12 08:17:52 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-03-12 08:17:52 +0100 |
| commit | 2c1be76d7a889dd222ab78029d7453308f61e772 (patch) | |
| tree | 94e0614b89cb3acea32e6c1126fd60eb85e57657 /Makefile | |
| parent | 493097e7110830d2184ae96c833bf24553945c31 (diff) | |
Use conchos for now
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ build: prepare cargo build --profile $(profile) --target $(target) release: rpm tar - rsync -avz $(app_name)-$(target)-$(channel).tar.gz deploy@build.r.bdr.sh:/srv/http/build.r.bdr.sh/$(app_name) + rsync -avz $(app_name)-$(target)-$(channel).tar.gz deploy@conchos.unlimited.pizza:/srv/http/build.r.bdr.sh/$(app_name) $(architectures): ifneq ($(channel),) |