diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-10-07 13:52:47 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-10-07 13:52:47 +0200 |
| commit | e953c7890abcbe6dfc612d4b307a7238cb2bb93c (patch) | |
| tree | 281319b503b657688ef501ca645e1d6d797036de /Makefile | |
| parent | 41950eec55dcffd3b600e4e324c5fad52d1a7031 (diff) | |
Update known hosts
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 := blog -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 |