aboutsummaryrefslogtreecommitdiff
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
parent53bad36441c67a805dea87a33202e6117f3dcf5b (diff)
Update known hostsHEADmain
-rw-r--r--.build.yml2
-rw-r--r--Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/.build.yml b/.build.yml
index 2b72b63..92aa064 100644
--- a/.build.yml
+++ b/.build.yml
@@ -13,7 +13,7 @@ sources:
- git@git.sr.ht:~rbdr/olden-mail
secrets:
- a1e0e3da-c1ad-473a-ad69-8878f267a628
- - 0b0d3e5e-fbdc-41d0-97ed-ee654fe797ff
+ - deedaf0c-1534-445d-a9b8-0910b22478b4
- f80356df-eb81-487f-8739-fbf08bf204dc
- 05763ec6-2f17-46b5-90f6-963482975b8b
tasks:
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