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 | |
| parent | ee8ac99d9fa1f348065108b73297eebc8033e57e (diff) | |
| -rw-r--r-- | .build.yml | 2 | ||||
| -rw-r--r-- | Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -14,7 +14,7 @@ sources: - git@git.sr.ht:~rbdr/lyricli secrets: - a1e0e3da-c1ad-473a-ad69-8878f267a628 - - 0b0d3e5e-fbdc-41d0-97ed-ee654fe797ff + - deedaf0c-1534-445d-a9b8-0910b22478b4 - a802b200-167c-4926-b013-45b238e1261e - f80356df-eb81-487f-8739-fbf08bf204dc - 05763ec6-2f17-46b5-90f6-963482975b8b @@ -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 |