Skip to content

Commit

Permalink
👷Deploy: 배포 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jiinkyung committed Feb 17, 2024
1 parent 41db141 commit 3480dfc
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 @@ -19,7 +19,7 @@ cp $PROJECT_ROOT/build/libs/*.jar $JAR_FILE
echo "$TIME_NOW > $JAR_FILE 파일 실행" >> $DEPLOY_LOG

nohup sudo java -jar \
-Dspring.config.location=/home/ubuntu/app/application.yml \
-Dspring.config.location=/home/ubuntu/app/src/main/resources/application.yml, /home/ubuntu/app/src/main/resources/application-jwt, /home/ubuntu/app/src/main/resources/application-oauth.yml.yml \
-Duser.timezone=Asia/Seoul\
$JAR_FILE > $APP_LOG 2> $ERROR_LOG &

Expand Down

0 comments on commit 3480dfc

Please sign in to comment.