aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-10-07 13:52:00 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-10-07 13:52:00 +0200
commitd9edf6092e74dbb2574eaa12cf6393a8dd0009eb (patch)
tree3847c487da4f5df26fa4b132af72b6dd74cbe4e8 /Makefile
parent53bad36441c67a805dea87a33202e6117f3dcf5b (diff)
Update known hostsHEADmain
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 55b1b1a..0f4bdb4 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ profile := dev
target = $(shell rustc -vV | grep host | awk '{print $$2}')
architectures := x86_64-unknown-linux-gnu aarch64-unknown-linux-gnu
app_name := olden-mail
-deploy_host := deploy@conchos.unlimited.pizza
+deploy_host := deploy@conchos.bdr.sh
deploy_path := /srv/http/build.r.bdr.sh/$(app_name)
define sign_and_deploy