aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)"