Skip to content

Commit

Permalink
πŸ‘· log 폴더 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
soyeon207 authored Nov 8, 2023
1 parent cde9f0d commit e5a7852
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
PROJECT_NAME="aloha-spring-backend"
JAR_PATH="/home/ubuntu/aloha-spring-backend/build/libs/aloha-spring-backend-0.0.1-SNAPSHOT.jar"
DEPLOY_PATH=/home/ubuntu/$PROJECT_NAME/
DEPLOY_LOG_PATH="/home/ubuntu/$PROJECT_NAME/deploy.log"
DEPLOY_ERR_LOG_PATH="/home/ubuntu/$PROJECT_NAME/deploy_err.log"
APPLICATION_LOG_PATH="/home/ubuntu/$PROJECT_NAME/application.log"
DEPLOY_LOG_PATH="/home/ubuntu/log/$PROJECT_NAME/deploy.log"
DEPLOY_ERR_LOG_PATH="/home/ubuntu/log/$PROJECT_NAME/deploy_err.log"
APPLICATION_LOG_PATH="/home/ubuntu/log/$PROJECT_NAME/application.log"
BUILD_JAR=$(ls $JAR_PATH)
JAR_NAME=$(basename $BUILD_JAR)

Expand Down

0 comments on commit e5a7852

Please sign in to comment.