From 53b0630c2146fcdd8f2d3cfd07e11f2ed6ffa315 Mon Sep 17 00:00:00 2001 From: lizhenhua <1075222162@qq.com> Date: Mon, 10 Feb 2025 17:20:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BC=8F=E6=B4=9E=E4=BF=AE=E5=A4=8D=20=20?= =?UTF-8?q?=E7=94=A8=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index db1770d..7ed304b 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -17,7 +17,7 @@ app_source_jars=( ) for source_jar in "${app_source_jars[@]}"; do - scp -P 22 -r "root@192.168.0.56:"${app_workspace}/${source_jar} $deploy_path + scp -P 22 -r root@192.168.0.56:${app_workspace}/${source_jar} $deploy_path echo "copied ${app_workspace}/${source_jar} to $deploy_path" done