Skip to content

Commit

Permalink
Merge pull request #34 from dongkyun0713/dongkyun
Browse files Browse the repository at this point in the history
fix() : scripts 수정
  • Loading branch information
dongkyun0713 authored Feb 8, 2024
2 parents 8f6eeb5 + 7e901b8 commit a97aff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ TIME_NOW=$(date +%c)

# build 파일 복사
echo "$TIME_NOW > $JAR_FILE 파일 복사" >> $DEPLOY_LOG
cp $PROJECT_ROOT/build/libs/*.jar $JAR_FILE
cp $PROJECT_ROOT/build/libs/Titto_Backend-0.0.1-SNAPSHOT.jar $JAR_FILE

# jar 파일 실행
echo "$TIME_NOW > $JAR_FILE 파일 실행" >> $DEPLOY_LOG
Expand Down

0 comments on commit a97aff7

Please sign in to comment.