diff --git a/scripts/deploy.sh b/scripts/deploy.sh index a82f8bed..0e1cd803 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -25,4 +25,4 @@ fi DEPLOY_JAR=$DEPLOY_PATH$JAR_NAME echo "> DEPLOY_JAR 배포" >> /home/ubuntu/action/deploy.log -sudo nohup java -jar ${JAR_DEV_ENV} "$DEPLOY_JAR" >> /home/ubuntu/deploy.log 2>/home/ubuntu/action/deploy_err.log & \ No newline at end of file +sudo nohup java -jar "$DEPLOY_JAR" >> /home/ubuntu/deploy.log 2>/home/ubuntu/action/deploy_err.log & \ No newline at end of file