diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-10-07 13:53:05 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-10-07 13:53:05 +0200 |
| commit | 2d43f148ae6335ca3bf5954d213e1aecae8a9187 (patch) | |
| tree | 3907e78578e90d8601f13cfcd3463ab69f6508e2 /Makefile | |
| parent | ee8ac99d9fa1f348065108b73297eebc8033e57e (diff) | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |