Skip to content

Commit

Permalink
hotfix: 설정 파일이 제대로 세팅되지 않는 문제 해결 (#40)
Browse files Browse the repository at this point in the history
* chore: 배포 스크립트에 설정 파일 경로 추가

* chore: 테스트 브랜치 트리거 추가

* remove: 테스트 브랜치 트리거 삭제
  • Loading branch information
3Juhwan authored Feb 5, 2025
1 parent 962d876 commit 9101b42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-to-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
echo "Starting new application..."
sudo nohup java -Dspring.profiles.active=dev \
-Dspring.config.location=/home/ubuntu/app/application-dev.yml \
-Duser.timezone=Asia/Seoul \
-Dlogging.file.path=/home/ubuntu/app/logs \
-jar /home/ubuntu/app/server.jar &

0 comments on commit 9101b42

Please sign in to comment.