From c3c2e4be0af274cb3d185a1475e6e5bd61a39806 Mon Sep 17 00:00:00 2001 From: weiweiw <14335254+weiweiw22@user.noreply.gitee.com> Date: Mon, 5 Aug 2024 15:43:01 +0800 Subject: [PATCH] update deploy.sh --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 6832a39..b9e61d3 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -54,7 +54,7 @@ for jar_with_args in "${jars[@]}"; do fi done -cd $app_workspace || { echo "Failed to change directory to $app_workspace"; exit 1; } +cd $deploy_path || { echo "Failed to change directory to $deploy_path"; exit 1; } # Iterate over the JAR files array for jar in "${jars[@]}"; do echo "Starting $jar"