From 2d43f148ae6335ca3bf5954d213e1aecae8a9187 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 7 Oct 2025 13:53:05 +0200 Subject: Update known hosts --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9cd01b8..5a839f2 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ target = $(shell rustc -vV | grep host | awk '{print $$2}') architectures := x86_64-unknown-linux-gnu aarch64-unknown-linux-gnu app_name := lrc long_app_name := lyricli -deploy_host := deploy@conchos.unlimited.pizza +deploy_host := deploy@conchos.bdr.sh deploy_path := /srv/http/build.r.bdr.sh/$(long_app_name) define sign_and_deploy -- cgit