Skip to content

Commit

Permalink
Update springboot-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gomsang authored Apr 7, 2024
1 parent 0096ad1 commit f1f0230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/springboot-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
scp -o StrictHostKeyChecking=no build/libs/*.jar ubuntu@$SERVER_IP:~/
ssh -o StrictHostKeyChecking=no ubuntu@$SERVER_IP << EOF
screen -dmS tm-backend
screen -S $tm-backend -X stuff "java -jar ~/*.jar\n"
screen -S tm-backend -X stuff "java -jar ~/*.jar\n"

0 comments on commit f1f0230

Please sign in to comment.