aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-10-07 13:52:26 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-10-07 13:52:26 +0200
commit373025abd52d90cad76d2c7b59d27720cd0345d8 (patch)
treea6fe153736f3ab84784656ff12c48b974d7d3028 /Makefile
parentb4ad7c18b29983f0145540911e5b90dd1d048c07 (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 b21e164..bcfa02a 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 := page
-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