Skip to content

Commit

Permalink
Update deploy.sh
Browse files Browse the repository at this point in the history
Signed-off-by: zoomin3022 <[email protected]>
  • Loading branch information
zoomin3022 committed Jun 5, 2024
1 parent 9b3a36e commit 340fac7
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 @@ -30,7 +30,7 @@ fi

DEPLOY_JAR=$DEPLOY_PATH/$JAR_NAME
echo "> DEPLOY_JAR 배포" >> $DEPLOY_LOG_PATH
nohup java -jar $DEPLOY_JAR >> $APPLICATION_LOG_PATH 2> $DEPLOY_ERR_LOG_PATH &
nohup java -jar $DEPLOY_JAR --spring.profiles.active=dev >> $APPLICATION_LOG_PATH 2>> $DEPLOY_ERR_LOG_PATH &

sleep 3

Expand Down

0 comments on commit 340fac7

Please sign in to comment.