Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
gomsang committed Apr 8, 2024
2 parents 2cf1b27 + f21d5c9 commit 982c7c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/springboot-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
ssh -o StrictHostKeyChecking=no ubuntu@$SERVER_IP << EOF
if screen -list | grep -q "tm-backend"; then
screen -S tm-backend -X quit
sleep 5
fi
screen -dmS tm-backend
screen -S tm-backend -X stuff "java -jar ~/*.jar\n"
Expand Down

0 comments on commit 982c7c9

Please sign in to comment.