Skip to content

Commit

Permalink
feat(start.sh): 프로젝트 루트로 이동하는 라인 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
zbqmgldjfh committed May 26, 2024
1 parent a0b4faf commit 1d27eff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/start.sh
Original file line number Diff line number Diff line change
@@ -12,6 +12,9 @@ source ~/.bash_profile
echo "$TIME_NOW > $JAR_FILE 파일 복사" >> $DEPLOY_LOG
cp $PROJECT_ROOT/build/libs/*.jar $JAR_FILE

# 프로젝트 루트로 이동
cd $PROJECT_ROOT

# jar 파일 실행
chmod 755 $JAR_FILE
echo "$TIME_NOW > $JAR_FILE 파일 실행" >> $DEPLOY_LOG

0 comments on commit 1d27eff

Please sign in to comment.