From e26d1da40e42ccb8e62c57a41fee2607d75812a3 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 1 Oct 2025 22:18:28 +0200 Subject: Use XDG_CACHE_HOME for output. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit