Skip to content

Commit

Permalink
MATE-87-1 : [FIX] deploy.yml 변경 (#80)
Browse files Browse the repository at this point in the history
- nohup java -jar mate-0.0.1-SNAPSHOT.jar로 명시적으로 변경
  • Loading branch information
juchan204 authored Dec 4, 2024
1 parent e2ef97d commit 68ef692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ jobs:
git pull origin develop # 최신 코드 가져오기
echo "$APPLICATION_PROPERTIES" > src/main/resources/application-dev.yml # 설정 파일 생성
sudo fuser -k -n tcp 8080 || true # 8080 포트 사용중인 프로세스 종료
nohup java -jar *SNAPSHOT.jar > ./output.log 2>&1 & # 새로운 버전 애플리케이션 실행
nohup java -jar mate-0.0.1-SNAPSHOT.jar > ./output.log 2>&1 &

0 comments on commit 68ef692

Please sign in to comment.