Skip to content

Commit

Permalink
Fix : main ci시 jar 파일 문법 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Astin01 committed Sep 24, 2024
1 parent b820b58 commit 43b85b1
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 @@ -69,7 +69,7 @@ jobs:
mv /home/ubuntu/solitour-server/tobe/project.jar /home/ubuntu/solitour-server/current/project.jar
cd /home/ubuntu/solitour-server/current
sudo fuser -k -n tcp 8080 || true
nohup java -jar -Dspring.profiles.active=prod project.jar & > ./output.log 2>&1 &
nohup java -jar -Dspring.profiles.active=prod project.jar > ./output.log 2>&1 &
rm -rf /home/ubuntu/solitour-server/tobe
- name: SSH로 EC2 접속
Expand Down

0 comments on commit 43b85b1

Please sign in to comment.