From 01100d44f53f5b16a00cd5f8477105da24e01c8e Mon Sep 17 00:00:00 2001 From: shindong96 <2006peter@naver.com> Date: Mon, 8 Apr 2024 17:50:45 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=ED=8C=8C=EC=9D=BC=20=EC=9D=B4?= =?UTF-8?q?=EB=8F=99=20=EC=88=98=EC=A0=95?= 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 2bbaae18..4d1a2948 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -25,6 +25,6 @@ nohup java -jar -Dspring.profiles.active=${DEV_PROFILE} ${JAR_FILE} 1>${DEV_LOG_ echo "> execute test jar" mkdir ${TEST_FOLDER} sudo mv ${JAR_FILE} ${TEST_FOLDER}/ -cd test +cd ${TEST_FOLDER} nohup java -jar -Dspring.profiles.active=${TEST_PROFILE} -Dserver.port=${TEST_PORT} ${JAR_FILE} 1>${TEST_LOG_FILE} 2>&1 &