From 1ec3829aa64d31e70bf8b3fdcbeb05d2c5cddc42 Mon Sep 17 00:00:00 2001 From: JoeBot Date: Wed, 1 Apr 2026 10:59:32 -0400 Subject: [PATCH] rename service --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index a07b45d..fd31370 100644 --- a/deploy.sh +++ b/deploy.sh @@ -25,7 +25,7 @@ GIT_BRANCH="${GIT_BRANCH:-main}" DEPLOY_DIR="${DEPLOY_DIR:-/home/ubuntu/www}" # Service name (the Debian service that wraps your app) -SERVICE_NAME="${SERVICE_NAME:-hoaledgeriq}" +SERVICE_NAME="${SERVICE_NAME:-hoaledgeriqweb}" # Cache clearing command (adjust based on your framework) # Examples: