Skip to content

Commit

Permalink
chore: 파일 이동 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
shindong96 committed Apr 8, 2024
1 parent aeb8601 commit 01100d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 &

0 comments on commit 01100d4

Please sign in to comment.