aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-02-08 22:36:04 +0100
committerRuben Beltran del Rio <git@r.bdr.sh>2025-02-08 22:36:04 +0100
commitf1916d411070ee127ed3f2314a060962a774ad97 (patch)
tree44cd48d22011d73ddac8784d5afcd579773bc974
parent4e4727f0222ff5df975892e9f20460f42dd3572d (diff)
Use the long app name instead of the short
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 47d9129..9cd01b8 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ architectures := x86_64-unknown-linux-gnu aarch64-unknown-linux-gnu
app_name := lrc
long_app_name := lyricli
deploy_host := deploy@conchos.unlimited.pizza
-deploy_path := /srv/http/build.r.bdr.sh/$(app_name)
+deploy_path := /srv/http/build.r.bdr.sh/$(long_app_name)
define sign_and_deploy
@./scripts/sign.sh "$(1)" "$(channel)" "$(architecture)"