diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-10-01 22:18:28 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-10-01 22:18:28 +0200 |
| commit | e26d1da40e42ccb8e62c57a41fee2607d75812a3 (patch) | |
| tree | 10fbe10df735215aa1f4e655c979bc6f30696274 /Makefile | |
| parent | 2ea9dc0ea11c3fa6aeb8768537c3b48c67881d7a (diff) | |
Use XDG_CACHE_HOME for output.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |