aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e85e0f5..8130a1c 100644
--- a/Makefile
+++ b/Makefile
@@ -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),)